Hi there,

I need to make an api call to twitter using jeggery js. I have to filter
out the tweets of a person by #tags to anysis his pattern. I have plan to
use jaggery js. It's pretty much comfortable for me.

How do i make an API call from jeggery


   1. <%
   2. var url = "https://api.twitter.com/1/statuses/user_timeline.json";;
   3. var data = { include_entities:true,include_rts:true,screen_name:"wso2"
   ,count:1 };
   4. var twitterJson = get(url, data ,"json");
   5. print(twitterJson);
   6. %>

This snapshot is given by the documentation, but there its noot work give
http 500 error.

Please redirect me to the correct person or help me!

Regards.
*M. Nifras Ismail*
[image: LinkedIn] <http://lk.linkedin.com/pub/nifras-ismail/54/343/94b>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to