Trying to \"follow\" someone on Twitter using new iOS 5 API, getting 406 return error. Why?
Is my code correct? Need to find out why this isn\'t working....
Found the answer to my own question... I changed the URL to https://api.twitter.com/1/friendships/create.json and it worked.
Don't forget it's https, not just http.