1

Is there a way to get the right user credentials from the twitter "@Anywhere" JS library so I can store them in a database for later offline use? I want my users to be able to just authenticate once and then I store those credentials (or tokens or whatever) so that when they post a message with my service it gets pushed to their twitter account.

Facebook connect js library made this very easy, I assume it's possible with twitter @anywhere, but I could be wrong, docs don't specify.

arcain
  • 14,920
  • 6
  • 55
  • 75
Brandon Runyon
  • 231
  • 1
  • 4
  • 14

1 Answers1

0

It is currently not possible. Twitter Anywhere.js is just for Client side use and the tokens are different that off serverside tokens. Drop anywhere.js and go serverside.

mbejda
  • 1,471
  • 16
  • 25