0

I updating my project to use twitter oauth instead of basic auth. I was uploading pictures to twitPic using the basic auth, how to do that with oauth?

I am using MGTwitterEngine for doing the oauth.

I found this about using another library: Having problems with uploading photos to TwitPic using OAuth in Objective C on the iPhone

but when I try their demo, it is not working, the response is 401.

not sure what oauth header should be?

any idea how to do this?

Community
  • 1
  • 1
Noura
  • 722
  • 10
  • 24

1 Answers1

0

I found a great library for doing this: GSTwitPicEngine https://github.com/Gurpartap/GSTwitPicEngine, and it is easy to use.

Noura
  • 722
  • 10
  • 24