Because yahoo removed the "avatar.php" script for showing the user avatar/display image (http://img.msg.yahoo.com/avatar.php?yids=username) I need to make something similar. Can someone help me with guidelines? Or where to start? Or a script to show the avatar?
Asked
Active
Viewed 1,732 times
2
-
do you need an avatar api implemented so that you can get user avtar on your site?? – Kumar Saurabh Sinha Aug 22 '13 at 08:42
-
That would be great, Saurabh Sinha. – Mario Vlad Aug 25 '13 at 17:28
-
yes thats exacly what I need, I am trying for almost 1 month to find a solution to this problem, no luck so far, can you help us? – Michael Sep 11 '13 at 20:37
2 Answers
0
A good place to start would be Yahoo! Messenger documentation for the Messenger Display API, found here:
http://developer.yahoo.com/messenger/guide/topleveldisplayimageapi.html
There is also a PHP SDK for interacting with the Yahoo! Messenger API. It doesn't have a function for grabbing the avatar, but you could use one of the other functions, such as fetch_contact_list() as a starting point.

stmcallister
- 1,682
- 1
- 12
- 21