I am writing a Chrome extension that synchronizes with Opera Link, but I keep struggling with OAuth. I have tried three different OAuth libraries, but they don't work.
These libraries are:
- http://oauth.googlecode.com/svn/code/javascript/
- https://github.com/bytespider/jsoauth
- http://code.google.com/chrome/extensions/tut_oauth.html
All of them can't fetch client tokens. I have only read-only access when I use the first and insert the tokens.
"javascript oauth opera link" doesn't give results in Google.
(EDIT:) My question is: has anyone had luck in using Opera Link in pure JavaScript, or does anyone know what the problem is?
EDIT2: this doesn't work for me: application that uses OAuth and javascript. I can use it if I get 'token' and 'tokenSecret' with the Python API debugger, but only read-only. I can't for example add new bookmarks.