1

I am developing an iPhone application in which i need to connect with twitter. can i do this using twiter api key? If possible how to get the twitter api key?

Pras
  • 243
  • 1
  • 13
  • Sure it's possible with the twitter api: http://apiwiki.twitter.com/ – schaechtele Apr 15 '10 at 13:46
  • This is potentially a duplicate of this question: http://stackoverflow.com/questions/757649/is-there-an-iphone-sdk-api-for-twitter – Brad Larson Apr 15 '10 at 18:54
  • Try [Twitter API Wiki](http://apiwiki.twitter.com/) and [iPhone Dev Center](http://developer.apple.com/iphone/index.action). – James Apr 15 '10 at 13:45
  • Try using [MGTwitterEngine](http://github.com/mattgemmell/MGTwitterEngine). –  Apr 15 '10 at 13:49

2 Answers2

2

http://apiwiki.twitter.com

Dave Swersky
  • 34,502
  • 9
  • 78
  • 118
1

After you register your application at twitter.com/developer and get the token, its access level by default is read-only. If you want to send tweet as well, you need to change the access level to read-write and recreate your personal token.

Jason
  • 119
  • 6