Reputation: 201
I am trying to make an OAuth authentication to Yahoo Mail server and I tried using oauth.io and GMTOauth but neither of those do have the possibility to get the oauth_session_handle which an OAuth 1.0 authentication would return. I really need this so I can refresh my token. Thanks.
Upvotes: 0
Views: 414
Reputation: 939
Take at a look at the new Yahoo SDK for iOS which supports OAuth1.0a and works with all Yahoo APIs
Upvotes: 5