Questions tagged [jsoauth]

JavaScript implementation of the OAuth protocol.

jsOAuth is JavaScript implementation of the OAuth protocol.

8 questions
2
votes
1 answer

Can I use jsOAuth from a ASP Classic page (JScript)?

There's a Javascript library for doing OAuth - called jsOAuth. The examples that are available show it being used from within browsers. There are also some examples that claim to show how to use it from Node.js. Can it also be used from ASP Classic…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
1
vote
0 answers

InAppbrowser .close() not working in S4

I am developing a Hybrid app using Cordova/PhoneGap. While using Twitter login, browser do not close after navigating to success url. This happens only in Samsung S4. Code is something like this : To open : cb =…
1
vote
0 answers

jsOAuth PhoneGap and Android

I searched SE's archives, google, directly ripped this off and ran it and I've been on it for like 6 hours now. Based on the link above (jsOAuth Library) I wrote my code and when I run it on my android, the inAppBrowser (correctly) redirects me to…
Ninja
  • 21
  • 3
1
vote
1 answer

how to set plaintext message signer in jsouth

I am creating a oauth connectivity using jsoauth 1.3 in cordova 2.0 can anyone tell me how to sent message signer method as plain text because my server only support plain text message signer method. my oauth.get function is working properly bur the…
SproutinGeek
  • 327
  • 3
  • 19
0
votes
1 answer

twitter jsOAuth fetch request token returns 401 error

Application type: mobile, Titanium SDK: 3.0.2.GA, Platform & version: Android 4.0.4, Device: Android Xperia P, i am trying to use twitter API via jsOAuth 1.3.6. all the OAuth dance goes well until I fetch request token…
Sameeh Harfoush
  • 610
  • 1
  • 8
  • 22
0
votes
1 answer

401 error when authenticating with tumblr using jsoauth javascript oauth library

I'm building a chrome extension for tumblr. I'm doing the oauth part using the library jsoauth, but I'm getting a 401 error. The exact error being, "oauth_signature [D6rDCSn/ClGhMyTq24/c6419t8I=] does not match expected value…
Iteria
  • 421
  • 1
  • 5
  • 13
0
votes
1 answer

Why isn't my jsOAuth code working

I'm using jsOAuth: https://github.com/bytespider/jsOAuth I want to get to the Twitter OAuth page where the user inputs their username/pass so that my app can then get the other token for tweeting etc. (FYI, it's not a web app. It's a mobile app[I…
Dave
  • 477
  • 2
  • 5
  • 18
0
votes
1 answer

How to make Twitter Streaming APIs work with jsOAuth?

As has been noted in the answer to my prior question: Twitter APIs : update working, but filter does not .. the filter API is a streaming API: https://dev.twitter.com/docs/streaming-apis I would like to make jsOAuth work with these streaming…
bguiz
  • 27,371
  • 47
  • 154
  • 243