To those of you familiar with Twitter's API, is there a way to get a users profile photo in their API? I couldn't seem to find any references in their API, but I could have been possibly search for the wrong criteria.
Thanks.
| SitePoint Sponsor |
To those of you familiar with Twitter's API, is there a way to get a users profile photo in their API? I couldn't seem to find any references in their API, but I could have been possibly search for the wrong criteria.
Thanks.
Hi Bobby Light,
Take a read at http://paininthetech.com/2009/01/11/...vatar-anywhere, and look for the "Using the API" section. Had this bookmarked, hope it helps.




If you're using the Twitter API with PHP, I would highly recommend the Arc 90 Twitter API. I used it to create TwtCop, and it made the development a breeze. Very easy and good PHP5 OO code, well documented.
Stackbox CMS - Full edit-on-page drag-and-drop CMS
Autoridge - Vehicle information & maintenance part numbers
Twitter | Blog | Online Javascript Compressor
http://twitter.com/users/show/<username>.xml
There's a node called profile_image_url. Is that what you wanted?
Bookmarks