Skip to content

4.1.0 - facebookConnectPlugin.login uses Limited Login and returns unusable accessToken #14

Closed
@codeconsole

Description

@codeconsole

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

  1. Did the accessToken change somehow from <= 4.0.4? Is it something different?
  2. Why does a limited login window appear with facebookConnectPlugin.login() even though facebookConnectPlugin.loginWithLimitedTracking() is not being used?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions