Shashank Kulshrestha
Shashank Kulshrestha

Reputation: 1556

Twitter oAuth authentication in iOS

I want to authenticate user using Twitter oAuth framework to get oAuth string and Consumer key. But I don’t want to include the whole framework as Only I want to authenticate user don’t want to share or tweet using oAuth on twitter. Please help me guys

Upvotes: 3

Views: 201

Answers (1)

Thibaud Arnault
Thibaud Arnault

Reputation: 1435

You can use OAuth.io with the IOS SDK for this purpose.

It works easily for more than 90 providers as Twitter and it's lightweight (~33kb).

Upvotes: 4

Related Questions