Skip to content
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

Headers required for different methods #243

Closed
lumenlunae opened this issue May 13, 2015 · 2 comments
Closed

Headers required for different methods #243

lumenlunae opened this issue May 13, 2015 · 2 comments

Comments

@lumenlunae
Copy link

A few pieces of the docs refer to an "auth_token" and not an "access-token".... and, for example, validate_token says it expects only the token and uid. Is this the case? I couldn't get it to work unless I had "access-token", "uid", and "client." I'd be more than happy to make a PR to update the readme but I want to double-check if this is the case or I may have missed something.

Thanks!

@nicolas-besnard
Copy link
Contributor

I think "auth_token" means "access-token, uid and client". Not sure but
anyway, you should always send access-token, uid and client when you need
to get logged.

On Wed, May 13, 2015 at 11:02 AM Matthew Herz [email protected]
wrote:

A few pieces of the docs refer to an "auth_token" and not an
"access-token".... and, for example, validate_token says it expects only
the token and uid. Is this the case? I couldn't get it to work unless I had
"access-token", "uid", and "client." I'd be more than happy to make a PR to
update the readme but I want to double-check if this is the case or I may
have missed something.

Thanks!


Reply to this email directly or view it on GitHub
#243.

@lumenlunae
Copy link
Author

Cool. Appreciate it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants