Closed
Description
4.04 works fine, but calling the following
facebookConnectPlugin.login(Array strings of permissions, Function success, Function failure)
goes to limited.facebook.com
and results in
{
status: "connected",
authResponse: {
accessToken: "<long string>",
data_access_expiration_time: "1623680244",
expiresIn: "5183979",
userID: "634565435"
}
}
but the accessToken
doesn't seem to be usable on the server side like it was in 4.0.4
- Did the
accessToken
change somehow from <= 4.0.4? Is it something different? - Why does a limited login window appear with
facebookConnectPlugin.login()
even thoughfacebookConnectPlugin.loginWithLimitedTracking()
is not being used?
Metadata
Metadata
Assignees
Labels
No labels