Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 556
Shashank Kulshrestha Avatar asked Dec 06 '25 00:12

Shashank Kulshrestha


1 Answers

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).

like image 81
Thibaud Arnault Avatar answered Dec 08 '25 13:12

Thibaud Arnault