-1

I am using Phonegap Twitter + childbrowser. It is working well on android but is giving me issues on iOS.

I am receiving issue for "Invalid oauth_verifier parameter" by using this oauth library and facing this issue when calling

oauth.get('https://api.twitter.com/oauth/access_token?oauth_verifier='+verifier+'&'+requestParams,                 
halfer
  • 19,824
  • 17
  • 99
  • 186
Noman
  • 249
  • 3
  • 14

1 Answers1

0

While I cannot comment on the specific library you talk about, I can recommend the jso oauth library which I've successfully used for an iOS app: https://github.com/andreassolberg/jso

Good luck!

silverchair
  • 920
  • 2
  • 9
  • 18