I am trying to display Twitter feeds as a list of titles/hyperlinks. Previously,

I am trying to display Twitter feeds as a list of titles/hyperlinks. Previously, this was done very easily by using a Twitter RSS feed, but that is no longer supported. I am able to use the Twitter API to get the feeds in JSON format, but am having difficulty parsing it using readjson, readjsonarray functions. Does anyone have any experience in doing this, or could help me with an expression to parse the data? I have also tried using the function jsontoxml to convert to xml and use xpath, but that also does not return results. Thanks in advance....

OriginalPostID-73475

OriginalPostID-73475

  Discussion posts and replies are publicly visible

Parents
  • Malcolm,
    Looks like the execution is failing at xpathsnippet function call. I could see the json data parsed successfully in XML format and the xpathsnippet function is failing when we search for text or id list. Strangely jboss is also not throwing any error. if data cap is an issue the xml conversion function shouldn't work? any ways I could confirm that no truncation has happened after parsing the json to xml. Most likely data cap property applies only for user entered text I believe not when the system activity nodes updating them. Perhaps there are some limitations on xpathsnippet function. Do you know if there are any known limitations?
Reply
  • Malcolm,
    Looks like the execution is failing at xpathsnippet function call. I could see the json data parsed successfully in XML format and the xpathsnippet function is failing when we search for text or id list. Strangely jboss is also not throwing any error. if data cap is an issue the xml conversion function shouldn't work? any ways I could confirm that no truncation has happened after parsing the json to xml. Most likely data cap property applies only for user entered text I believe not when the system activity nodes updating them. Perhaps there are some limitations on xpathsnippet function. Do you know if there are any known limitations?
Children
No Data