-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 215: Bad auth data on "statuses-user-timeline" call #62
Comments
@jcswart I've been able to use that API endpoint without any trouble, so my strong suspicion is that there's something wrong with the credentials you're passing to |
Could it be a typo in the omission of the 'u' in :oauth-creds? On Wednesday, January 21, 2015, Jarrod Swart notifications@github.com
|
@adamwynne Wow, that was it! I'm honestly a little embarrassed, but thrilled that it was so simple. Really impressive work on the library, and thank you for being a second pair of eyes. If you happen to know of good wrapper libraries for the other social networks please let me know. @holguinj Thanks for popping in on a lark and helping out! |
you're welcome :) On Wed, Jan 21, 2015 at 2:18 PM, Jarrod Swart notifications@github.com
|
I'm attempt to call
(statuses-user-timeline ...)
Which yields
I was wondering if you were able to succeed with such a call?
The text was updated successfully, but these errors were encountered: