iphone MGTwitterEngine - post a tweet with my app signature

后端 未结 3 974
说谎
说谎 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条回答
  •  Happy的楠姐
    2021-01-03 06:08

    You can find detailed information on how to do this in the Readme: http://svn.cocoasourcecode.com/MGTwitterEngine/README.txt

    You mentioned that you already received your token, so the next step would be to call the method

    - (void)setClientName:(NSString *)name version:(NSString *)version URL:(NSString *)url token:(NSString *)token;
    

    on your MGTwitterEngine instance.

提交回复
热议问题