bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Fixed Xcodef 4.x warnings and iOS5 bug discussed in issue #81 #96

Closed Hoya closed 12 years ago

Hoya commented 12 years ago

fixed and ready to go

bengottlieb commented 12 years ago

Sure, can you remove all the files you added, and I'll pull the changed files (I don't want to add any non-vital files to the project). Thanks!

B

jimlears commented 12 years ago

Just an FYI, simply changing http to https in initOAuthWithDelegate fixed the iOS5 issue for me.

bengottlieb commented 12 years ago

Great, glad to hear it!

B

On Dec 29, 2011, at 10:23 AM, Jim Lears wrote:

Just an FYI, simply changing http to https in initOAuthWithDelegate fixed the iOS5 issue for me.


Reply to this email directly or view it on GitHub: https://github.com/bengottlieb/Twitter-OAuth-iPhone/pull/96#issuecomment-3302150

Hoya commented 12 years ago

removed and pushed

bengottlieb commented 12 years ago

Thanks, merged!