i just tested how oAuth works, but when i try to retrieve data,it just give me t

i just tested how oAuth works, but when i try to retrieve data,it just give me tons of data in json/xml form, tohtml() function seems not to work. Also, is there a feature wherein everytime a tweet or message posted on the timeline it will trigger a process?just like in the send/receive email messages functions?...

OriginalPostID-58529

OriginalPostID-58529

  Discussion posts and replies are publicly visible

Parents
  • Most web apis will return data in a JSON or XML format. For JSON, I believe there is component available in Shared Components for parsing JSON. For XML, you can use the xpathsnippet() expression.

    There is no function to trigger a process for every new tweet but, you can certainly build a process model that will check at an interval for tweets and then do something with them.
Reply
  • Most web apis will return data in a JSON or XML format. For JSON, I believe there is component available in Shared Components for parsing JSON. For XML, you can use the xpathsnippet() expression.

    There is no function to trigger a process for every new tweet but, you can certainly build a process model that will check at an interval for tweets and then do something with them.
Children
No Data