Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing OAuth 1.0 in an iOS app (Withings api)

I'm developing an iOS app with Withings api. I've been trying to implement OAuth 1.0 in an iOS app but I couldn't. I saw Implementing OAuth 1.0 in an iOS app page. And at the second answer he suggested TDOAuth https://github.com/tweetdeck/TDOAuth. I tried the code and got many errors. If anyone has code examples or projects, please share through this page.

like image 956
user2632557 Avatar asked Nov 02 '22 17:11

user2632557


1 Answers

You can use oauth.io as they have now implemented Withings OAuth and they have an iOS SDK https://github.com/oauth-io/oauth-ios

like image 85
user2255745 Avatar answered Nov 08 '22 06:11

user2255745