Use a static user authorization token for now. Create the stubs for GET and POST API calls.

This commit is contained in:
Señor Rolando 2013-12-09 23:02:04 +01:00
parent 8714650d04
commit b25b8a5654
3 changed files with 75 additions and 12 deletions

View file

@ -1,2 +1,3 @@
client_id: place your (public) client id here.
client_secret: place your (private) client secret here.
user_token: place your (temporary) user authorization token here.