Advertisement
Guest User

Untitled

a guest
Sep 17th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. failed to obtain request token (status: 401 data: <?xml version="1.0" encoding="UTF-8"?>
  2. <hash>
  3. <error>Desktop applications only support the oauth_callback value 'oob'</error>
  4. <request>/oauth/request_token</request>
  5. </hash>
  6. )
  7. at OAuthStrategy.authenticate (/home/dileep/Sites/twitter-mongo/node_modules/passport-twitter/node_modules/passport-oauth/lib/passport-oauth/strategies/oauth.js:163:36)
  8. at exports.OAuth.getOAuthRequestToken (/home/dileep/Sites/twitter-mongo/node_modules/passport-twitter/node_modules/passport-oauth/node_modules/oauth/lib/oauth.js:510:17)
  9. at passBackControl (/home/dileep/Sites/twitter-mongo/node_modules/passport-twitter/node_modules/passport-oauth/node_modules/oauth/lib/oauth.js:366:13)
  10. at IncomingMessage.exports.OAuth._performSecureRequest.request.on.callbackCalled (/home/dileep/Sites/twitter-mongo/node_modules/passport-twitter/node_modules/passport-oauth/node_modules/oauth/lib/oauth.js:378:9)
  11. at IncomingMessage.EventEmitter.emit (events.js:126:20)
  12. at IncomingMessage._emitEnd (http.js:366:10)
  13. at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
  14. at CleartextStream.socketOnData [as ondata] (http.js:1485:20)
  15. at CleartextStream.CryptoStream._push (tls.js:544:27)
  16. at SecurePair.cycle (tls.js:898:20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement