I'm using the MGTwitterEngine to connect to twitter and I want to use OAuth with the MGTwitterEngine?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There's a modified version of MGTwitterEngine on GitHub that is supposed to use OAuth: http://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth/ |
|||
|
|
|
i would highly suggest using xAuth instead of OAuth as the process on the user's end doesn't at all change. i wrote a tutorial about how I got it to work on iPhone only if it helps. http://www.2bros1blog.com/2010/07/switching-from-basic-to-xauth-with-mgtwitterengine-on-iphone/ |
|||||||||||
|
|
I suspect that if the MGTwitterEngine doesn't implement OAuth, it soon will, or will need support for it soon. I'd suggest seeing if the current development version supports it, and if not -- and you have the motivation -- working on a patch for this functionality. |
|||
|
|