I'm throughly stumped. I can run this simple GET request in postman and have no issue, but when making it from the rails api running locally it fails with this error. I have tried using my localhost, ipadress and in this latest attempt just the route and still having an issue.
Here is the documatation on this request
The Error
{ "error":
{
"message": "Missing redirect_uri parameter.",
"type":"OAuthException",
"code":191,
"fbtrace_id":"BjAByCFGkQL"
}
}
The Request