Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using the MGTwitterEngine to connect to twitter and I want to use OAuth with the MGTwitterEngine?

share|improve this question

4 Answers

up vote 6 down vote accepted

There's a modified version of MGTwitterEngine on GitHub that is supposed to use OAuth: http://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth/

share|improve this answer

The master branch has merged OAuth and xAuth support back in.

share|improve this answer

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/

share|improve this answer
While this was correct when posted, Twitter has now placed restrictions on apps authenticating through XAuth. – Justin Jun 24 '11 at 13:53
And now the site is down... – VxJasonxV Jul 15 '11 at 5:18
Twitter only accepts "completed" apps to use xAuth. Apps under development can only use oAuth. – Shivan Raptor Oct 6 '11 at 7:14
Does anyone have a copy, or similar tutorial? – Peter Hajas Apr 2 '12 at 16:00
I am using xAuth for twitter, twitter "accidentally" turned it off. As they only want oAuth clients. So stay away from xAuth if you can. – John Ballinger Jul 23 '12 at 22:55

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.