Kit Burgess
Kit Burgess
This may also be relevant, the App type is listed as `None`.  I thought I recalled reading somewhere that only certain App types are supported by the SDK, but...
I've also tested the manual login flow described on this page: https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow I used the following HTTP request and a valid token was returned in the URI. `https://facebook.com/v20.0/dialog/oauth?client_id=REDACTED&redirect_uri=https%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html&state=28&response_type=token` I was...
I can second that this is happening to me as well. I am able to initialize the API, build the prompt, and create the call wrapper. But when I call...
@NhatBangLe, This is far from a proper fix, but in-case it helps unblock you, here is how I am currently working around this issue: 1. Each time I run my...