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?
PHP Yahoo Messenger API - Can I get someones display image/avatar without adding to friends?
1.7k views Asked by Michael At
2
There are 2 answers
1
stmcallister
On
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.
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in YAHOO
- Selenium Python - The element I'm looking for cant be found even though it exists in Yahoo Finance
- Error 553 5.7.2 [TSS09] When Sending Emails to Yahoo and Outlook
- Yahoo finance - error trying to download option chain with r - Quantmod
- Using Hybridauth to get Yahoo email
- how to fetch the dividend % on several stock exchanges (formula works but not for all)
- TypeError: string indices must be integers in pandas_datareader
- How to register Yahoo Mail `mailto` protocol handler in Chrome?
- Pandas DataReader TypeError
- How to retrieve ISIN from yahoo-symbol in python or query-string?
- We don't recognized your account error by yahoo
- how to get Client id and client secret at yahoo developer portal
- Is there a way to automate downloading OHLC quotes for both tickers and fund codes from Yahoo Finance using Python?
- How can I successfully integrate Yahoo sign-in into my Django website using Yahoo API?
- Python ValueError for yfinance code regarding date format
- get ESG scores from yesg
Related Questions in YAHOO-API
- Fetch monthly high and low of stocks from Yahoo finance
- Stuck getting token from Yahoo Oauth 2.0 Fantasy Football API
- Searching inside the metadata of the PDF documents
- Retrieving data from yahoo finance with VBA
- How to run nearest neighbor search in vespa?
- Capture Data from Website Updates via Webhooks?
- INVALID_INPUT client secret cannot be empty, Yahoo Auth error
- How do I get past oauth2 using golang and the yahoo fantasy sports API and gothic?
- How can I successfully integrate Yahoo sign-in into my Django website using Yahoo API?
- Yahoo Finance API - GET quotes returns "Invalid Cookie"
- get ESG scores from yesg
- How to type stock ticker with an equal sign operator? (ES=F, e-mini S&P 500)
- TypeError: string indices must be integers when trying to get stock info from Yahoo Finance
- Yahoo finance websocket & Angular
- organise pandas data frame like yahoo finance multiple stock dataframe
Related Questions in YAHOO-MESSENGER
- LinkButton postbackurl Error in asp.net
- Is it possible to integrate yahoo messenger with android apps?
- Unable to get crumb for Yahoo Messenger API
- Launch an application using HTML
- How can I create an intent in my app to send a message through Hangouts and Yahoo Messenger?
- What do the ">>" symbols mean in Python code: map(chr,[x,x>>8,y])
- Does Yahoo prevents checking online/offline status?
- How does the yahoo messenger work?
- What kind of data does Yahoo! Messenger API return for requests?
- PHP Yahoo Messenger API - Can I get someones display image/avatar without adding to friends?
- Yahoo IM SDK implementation - Message reply is coming too late from server JAVA
- UIWebView iOS not display Yahoo confirm SMS Security
- what is Authorization: < Standard OAuth credentials >
- How can I detect if a user is invisible on Yahoo Messenger
- rerouting a normal phone call to skype
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use this link from yahoo: