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

Bug fix for 'No, thanks' button #98

Closed TRIMER closed 12 years ago

TRIMER commented 12 years ago

Problem: button 'No, thanks' in Twitter authorization view didn't work (method '- (void) denied' didn't call). Cause: parameter 'cancel' in request body was renamed to 'deny'.

I was added 'deny' parameter (and save parameter 'cancel' for same reasons). Now this button is working correct.