Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- {
- "error": "invalid_request",
- "error_description": "Invalid client_id parameter value."
- }
Add Comment
Please, Sign In to add comment