Replies inline:

On Feb 17, 2009, at 08:56 PM, sagar fulzele wrote:


Hello,

 I am trying to code a program in php which can return friends and
followers of users by passing username.


I am having some questions like...


1. Can i fetch twitter users 'friends' and 'followers' names and
images, without authenticating the user or by passing only username?

You can get a users friends and followers using the friends and followers methods (see the next answer), which do not require authentication.


2. If it is possible  which method should i use ?

Check out http://apiwiki.twitter.com/REST+API+Documentation#UserMethods



3. How do i implement social graph from 
http://apiwiki.twitter.com/REST+API+Documentation
?

I don't quite understand your question. The methods detailed on that page give you access to the Twitter system but what you do with it is up to you.



 Please post the program code or the link if any is having.

Reply via email to