iphone MGTwitterEngine - post a tweet with my app signature

后端 未结 3 960
说谎
说谎 2021-01-03 05:52

I\'m using MGTwitterEngine in an iPhone app, and it works great. The one thing I want to change is the \"posted from MGTwitterEngine\" that appears on Twitter. Obviously I\'

3条回答
  •  借酒劲吻你
    2021-01-03 06:12

    From Twitters new FAQ for applications

    If you would like tweets from your application to recieve a source parameter, please register an application and implement OAuth authentication. We will automatically include your application as the source for any tweets sent from your application.

    We originally allowed applications to create a source paramter for non-OAuth use but that has been discontinued. Applications pre-OAuth source parameters will remain active, but new registrations are no longer accepted.

    So it looks as if you're gonna have to be doing some work!

提交回复
热议问题