adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

Update args to make-oauth-creds #45

Closed etoews closed 10 years ago

etoews commented 10 years ago

Now they match what Twitter is calling them these days.

See the app page https://apps.twitter.com/app/xxxxxxxx/keys

adamwynne commented 10 years ago

can you change the "string" to symbol e.g. "api-key" -> api-key (its more associated with a variable which should be bound to a string)