Guest User

Untitled

a guest
Nov 14th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. curl -X POST -d "grant_type=convert_token&client_id=<client_id>&client_secret=<client_secret>&backend=facebook&token=<facebook_token>" http://localhost:8000/auth/convert-token
  2.  
  3. {
  4. "error": "invalid_request",
  5. "error_description": "Invalid client_id parameter value."
  6. }
Add Comment
Please, Sign In to add comment