Have an app that is built in xcode and using Objective C, I'm currently using the MGTwitterEngine + OAuthConsumer framework to send out tweets. Worked great until yesterday when they finally moved to API1.1 and enforced oauth_callback in the OAuth requests.
I can pretty much get around the JSON issue in MGTwitterEngine since it's all source. I reworked it so it sends the JSON request instead of XML for what I need. The problem is that there is no option for oauth_callback in the OAUTHConsumer framework. It didn't exist years ago.
I just get Error Domain=HTTP Code=401 "The operation couldn’t be completed. (HTTP error 401.)
Anyone building OSX apps (or even iOS) seem to have a fix for this?
Thanks for some pointers.. seems everything for Xcode is about 3 years old. There were some quick fixes for the API change a while back and I did migrate to those but still nothing for OAUTH.