views:

1490

answers:

4

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

+1  A: 

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.

RyanWilcox
+4  A: 

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

ctshryock
+3  A: 

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

Ben Lachman
A: 

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/

scootklein