PHP Yahoo Messenger API - Can I get someones display image/avatar without adding to friends?

StackOverflow https://stackoverflow.com/questions/17876260

سؤال

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?

هل كانت مفيدة؟

المحلول

نصائح أخرى

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.

https://github.com/yahoo/messenger-sdk-php

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top