Facebook login is no longer working for me. It worked yesterday.
I am using plugin.facebook.v4 with build 2016.2906 (latest public)
The full error message is “Log in attempt failed: FacebookActivity could not be started. Please make sure you added FacebookActivity to the AndroidManifest”
How can I tell the last update time of a plugin? Is there a change log or something.
Also is there a versioning system for plugins, i.e. can I use an fixed version of a plugin, instead of the latest one? eg;
local facebook = require “plugin.facebook.v4:238” or something like that, because the way it works, I could have tested my code, then suddenly a plugin changes, and all broken.
I’m having a similar issuexperience with facebook login suddenly not working. I built a new .apk last night and th log in with facebook feature gives a runtime error: com.facebook.facebookException: cannot use sessionLoginBehavior SSO_WITH_FALLBACK whend com.facebook.LoginActivity is not declared as an activity in AndroidManifest.xml
I changed nothing inmycode related to logging in, so this came as a surprise. Any help would be greatly appreciated.
How can I tell the last update time of a plugin? Is there a change log or something.
Also is there a versioning system for plugins, i.e. can I use an fixed version of a plugin, instead of the latest one? eg;
local facebook = require “plugin.facebook.v4:238” or something like that, because the way it works, I could have tested my code, then suddenly a plugin changes, and all broken.
I’m having a similar issuexperience with facebook login suddenly not working. I built a new .apk last night and th log in with facebook feature gives a runtime error: com.facebook.facebookException: cannot use sessionLoginBehavior SSO_WITH_FALLBACK whend com.facebook.LoginActivity is not declared as an activity in AndroidManifest.xml
I changed nothing inmycode related to logging in, so this came as a surprise. Any help would be greatly appreciated.