i want to integrate twitter into my iphone application so i read this good tutorial from Ray wenderlich
http://www.raywenderlich.com/5519/beginning-twitter-in-ios-5
,but here what i want to do is that when user selects any image from his twitter account (after logging in to twitter from my app) i want to import that image into my app and display it, i am new to this, can anyone guide me in this plz. thanx and Regards Saad.
i want to integrate twitter into my iphone application so i read this good
Share
I would use Twitter APIs to handle this. You need to authenticate using OAuth and you can use the APIs directly. If it is public data you need not get authorization. Read about OAuth. There are good tutorial on OAuth by apigee team on Youtube. They will get you help started. There is also a book on Auth2.0.