Search code examples
iphoneiosobjective-cios6twitter-oauth

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


Solution

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