[twitter-dev] friend exist function not working!!!!

2009-06-09 Thread grand_unifier
this has been bothering me for quite some tym now...i have written a code which inputs two usernames(twitter id) n will o/p if both are friends or not... the api doc for thsi response is here... http://apiwiki.twitter.com/Twitter-REST-API-Method:-friendships-exists !-- this is the javascript

[twitter-dev] Re: How does the trends method in search API work?

2009-06-08 Thread grand_unifier
wat do u wanna know... the json response wil give u the latest 10 trends n the timing format u can parse it using jquery...the api doc explains it well...wat api r u working on??? On Jun 8, 10:18 am, zvn zvn750...@gmail.com wrote: Hi, I'm a master student in Taiwan. I want to do some

[twitter-dev] Re: json parsing code not workin..urgent plzzz!!!!!

2009-06-08 Thread grand_unifier
... On Jun 6, 12:33 pm, grand_unifier jijodasgu...@gmail.com wrote: !-- this is the javascript json parser function --     script type=text/javascript src=../jquery-1.2.6.min.js     /script     script type=text/javascript     $(document).ready(function(){                 $('form#search

[twitter-dev] json parsing problem...urgent

2009-06-08 Thread grand_unifier
!-- this is the javascript json parser function -- script type=text/javascript src=../jquery-1.2.6.min.js /script script type=text/javascript $(document).ready(function() { $('form#search').bind(submit, function(e) {

[twitter-dev] json parsing code not workin..urgent plzzz!!!!!

2009-06-06 Thread grand_unifier
!-- this is the javascript json parser function -- script type=text/javascript src=../jquery-1.2.6.min.js /script script type=text/javascript $(document).ready(function(){ $('form#search').bind(submit, function(e){ e.preventDefault();

[twitter-dev] urls in tweets

2009-05-31 Thread grand_unifier
i have written a code to get all tweets that have urls in them in atom or json format. now i want a way to: 1separate the urls from the tweetslike a tweetmeme way... 2find out if the url represents a video... how will i do that?? pls advice...