Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.7k views
in Technique[技术] by (71.8m points)

is there any demo app available for iPhone+MGTwitterEngine for twitter integration?

I want to use twitter with my app. is there any demo app available for iPhone+MGTwitterEngine?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can implement twitter API with two ways, such as OAuth and XAuth.

If you use XAuth means it is so easy to implement twitter api in your application. For do that follow steps,

1 Download the source code from this link,

2 Before, you must register to your application with twitter via your twitter account. After you can get API key, Consumer Key and Consumer Secret Key and also access token key and access token secret.

3 You have to send mail to [email protected] with API, consumer, consumer secret and application details, then they will replay to you.

4 After that you want to replace your keys in sample code and you can run.

Note: For OAuth, follow this link its very easy to use.

I hope it will help you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...