Pras
Pras

Reputation: 243

connecting twitter

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?

Upvotes: 1

Views: 975

Answers (2)

Jason
Jason

Reputation: 119

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.

Upvotes: 1

Dave Swersky
Dave Swersky

Reputation: 34810

http://apiwiki.twitter.com

Upvotes: 2

Related Questions