0

Fetching User Mail from PHP Y!OS SDK

Is it possible from the Sampleapp that comes with the PHP Y!OS SDK to Fetching User Mail from Yahoo! Mail Web Services, such as ListFolders and ListMessages

if yes how can I do it?

I do believe that once a session is initialized (and the user has authorized access to the application) you can now access social information for the logged-in user, do the social information include Mail?
How do I make the bridge?

Please help?

by
1 Reply
  • By default, there are no method calls to access that mail data within the PHP SDK.

    Since you will already have a valid OAuth session using the PHP SDK, you will just need to do a few things:
    - Make sure that you add the permission in your app to have access to Mail
    - You can use the OAuth access for Mail to get the data that you are looking for: http://developer.yahoo.com/mail/

    Jonathan LeBlanc
    Technology Evangelist
    Yahoo! Developer Network
    Twitter: @jcleblanc
    0
This forum is locked.

Recent Posts

in Y!OS SDKs