Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter connect popup page for iphone

Tags:

iphone

twitter

Does Twitter has the iPhone SDK which has a login popup like facebook iOS SDK?

like image 230
zs2020 Avatar asked Sep 07 '10 17:09

zs2020


People also ask

How do I open Twitter links on iOS app?

When you click any Twitter link on an iPhone, you will get the option of opening it in the app. Once you click that option, it should work.

How do I find connected apps on Twitter?

Sign in to your account. Go to the Apps and sessions section of your account settings. All of the apps connected to your account will be displayed. You can see the specific permissions that each app has to use your account listed under the app name and description.


3 Answers

It doesn't have. What I can recommend you is to use this DDSocialDialog library (just 4 classes) and you can have something similar

like image 145
vodkhang Avatar answered Oct 09 '22 10:10

vodkhang


Look for this source code:

http://github.com/bengottlieb/Twitter-OAuth-iPhone

Thanks to Ben Gottlieb.

It opens the login page as a modal view.

like image 40
Madhup Singh Yadav Avatar answered Oct 09 '22 09:10

Madhup Singh Yadav


Wrap the page in this:

https://github.com/cglong/FBDialog

like image 33
Martin Avatar answered Oct 09 '22 10:10

Martin