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

'refresh_token' of null #2

Open
AnguelSC opened this issue Apr 6, 2014 · 1 comment
Open

'refresh_token' of null #2

AnguelSC opened this issue Apr 6, 2014 · 1 comment

Comments

@AnguelSC
Copy link

AnguelSC commented Apr 6, 2014

POST http://api.appnima.com/user/signup 400 (Bad Request) api.appnima.com/user/signup:1
Uncaught TypeError: Cannot read property 'refresh_token' of null
Help me!

@1m4n0l
Copy link
Contributor

1m4n0l commented Apr 7, 2014

Your request for AppnimaJS signup should be like this:

Appnima.User.signup( { mail: "[email protected]", username: "username", password: "user_password" } ); 

Remind: Dont forget to set Appnima key:

Appnima.key = "your_key";

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