cramforce / streamie

An extremely hackable full realtime twitter client
http://streamie.org
Other
493 stars 136 forks source link

twitter oauth registration #26

Open Marak opened 13 years ago

Marak commented 13 years ago

when registering at dev.twitter.com...

is the application a browser app or a desktop app? tried browser app but it requires a Callback URL, which I do not know.

desktop does not work either, gives me an error messaging saying "Desktop applications only support the oauth_callback value 'oob'"

cramforce commented 13 years ago

It is a browser app. You can put in whaterver cb URL you want. It will be set by the application dynamically anyway.

Marak commented 13 years ago

That's what I tried but it wasn't working. I must have messed up somewhere else. I'll try again tonight and let you know.

cramforce commented 13 years ago

You might want to switch to the "site" which will become master soon. This uses site streams when available and falls back to user streams if not. It also changes to use a JSON based config file instead of the command line parameters