alexclp
alexclp

Reputation: 201

Get OAuth Session Handle from Yahoo on iOS

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

Answers (1)

Michael Ho Chum
Michael Ho Chum

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

Related Questions