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? 2. If it is possible which method should i use ? 3. How do i implement social graph from http://apiwiki.twitter.com/REST+API+Documentation ? Please post the program code or the link if any is having.