Having problems with uploading photos to TwitPic using OAuth in Objective C on the iPhone

前端 未结 4 997
一个人的身影
一个人的身影 2021-02-04 23:15

I have been working on an iPhone app that has a feature of uploading photos to TwitPic. I have it working with basic authentication.

I am trying to get it working with

4条回答
  •  独厮守ぢ
    2021-02-04 23:27

    OAuth method to generate a header must be GET. Not POST.

    Also url must be https://api.twitter.com/1/account/verify_credentials.json

提交回复
热议问题