ramyD / guys

guys updates your status with oauth and twitter through the terminal
3 stars 0 forks source link

OAuth required, no OAuth #1

Closed ramyD closed 14 years ago

ramyD commented 15 years ago

OpenAuthentication is now required, we need to implement the key and stuff to get the app working again... http://twitter.com/oauth_clients/details/32415

not sure if i was supposed to post that link, but there it is.

ramyD commented 15 years ago

eugh, yeah...

ramyD commented 15 years ago

ok, so i'm still reading the specification, http://oauth.net/core/1.0a , along with this guide, http://hueniverse.com/2008/10/beginners-guide-to-oauth-part-iv-signing-requests/ , and i think that once i figure out how to use gcrypt, http://www.gnupg.org/documentation/manuals/gcrypt/ , i'll be able to encrypt our key to get request tokens and trade them for access tokens after, of course, offering some kind of "ok" prompt or something.

all right, the learning continues!

ramyD commented 15 years ago

switching to crypto++ http://www.cryptopp.com/

ramyD commented 14 years ago

bitchin'