Which OAuth library do you find works best for Objective-C/iPhone?

后端 未结 4 1126
暖寄归人
暖寄归人 2020-12-13 14:27

I have been looking to switch to OAuth for my Twitter integration code and now that there is a deadline in less than 7 weeks (see countdown link) it is even more important

4条回答
  •  执笔经年
    2020-12-13 14:50

    I recently had to implement "post to Twitter".

    What I found was that none of the various projects would work out-of-the-box. They're all close, but not quite there.

    Eventually I settled on OAuthConsumer, Stig Brautaset's SBJSon, with some ideas more than code borrowed from Ben Gottlieb's Twitter-OAuth-iPhone for pin processing.

    I probably would have looked at MGTwitterEngine, but I didn't need to hit that much of the API - just status updates.

    I seem to recall having to hack OAuthConsumer to set a few parameters correctly - that was the biggest stumbling block.

提交回复
热议问题