[twitter-dev] Re: MGTwitterEngine with OAuth and XAuth support

2010-05-16 Thread Mathieu
Thanks Steve! I'm using it, but I always get back a 401 error when trying to do a request. - My apps have been granted xAuth access by Twitter (I tried with multiple consumer keys and secrets) - I fetch the token with -[MGTwitterEngine getXAuthAccessTokenForUsername:password:] - I get the token

[twitter-dev] Re: MGTwitterEngine with OAuth and XAuth support

2010-05-05 Thread David Stites
I am seeing the same behavior. I am using the OAuthConsumer library from http://github.com/jdg/oauthconsumer and the latest revision of MGTE. It appears that the Security.framework for iPhone is missing SecKeyChain.h... -d On May 4, 2:49 am, Linan newkhon...@gmail.com wrote: Thank you for the

[twitter-dev] Re: MGTwitterEngine with OAuth and XAuth support

2010-05-04 Thread Linan
Thank you for the great update. Under Cocoa.h (Mac OS X SDK) Build succeeded. But under Foundation.h(iPhone SDK) Can not clear Build. missing some class like SecKeychainRef ... Is this version not iphone friendly? On May 2, 10:57 am, Steve Streza stevestr...@gmail.com wrote: Hey everyone,