I just got an email from twitter saying my keys have now been enabled for reverse auth so I git cloned the following project : https://github.com/seancook/TWiOS5ReverseAuthExample
and swapped the keys there. I tried running the demo and it seems to work and I don't get any errors but the response I get back from twitter is an empty json. I got no clue what is wrong since an empty json means nothing.
Anyone had any luck with this? Greatly appreciated.
This might sound silly, but check that you haven't reversed your CONSUMER_KEY with your CONSUMER_SECRET. I did this without looking close enough and couldn't figure out what was wrong, but it was the same response that you are getting. Once I noticed it everything worked perfectly.