Corona’s Facebook API gives an “OAuthException 2500” error on Android.
Anyone know if this is a bug, or possibly a configuration error?
- [lua]facebook.login(facebookID, listener, {“publish_stream”})[/lua] works on both iPhone and Android:
[lua]event = {
type = “session”,
name = “fbconnect”,
expiration = “***”, – timestamp
phase = “login”,
token = “***”, – 114 chars
isError = “false”,
response = “”,
}[/lua]
- [lua]facebook.request(“me”)[/lua] works on iPhone, but fails on Android :
[lua]event = {
type = “request”,
name = “fbconnect”,
didComplete = “false”,
isError = “false”,
response = “{“error”:{“message”:“An active access token must be used to query information about the current user.”,“type”:“OAuthException”,“code”:2500}}”,
}[/lua] [import]uid: 73434 topic_id: 34494 reply_id: 334494[/import]