Send a tweet from iPhone app

后端 未结 4 1175
旧时难觅i
旧时难觅i 2021-01-15 20:08

I want to add a simple limited Twitter function to my app: a user of the app enters his Twitter username and password and tweet text, and presses a button and the tweet is s

4条回答
  •  温柔的废话
    2021-01-15 20:28

    You can use this engine that integrates the Twitter API with Objective C:

    MGTwitterEngine

    And a good tutorial here:

    Tutorial

    I used this engine, and its overall very easy to use.

提交回复
热议问题