You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Unfortunately every of my attempt fails by implementing your package into my salesforce instance.
The package is installed, all configuration steps are done but when I try to test the facebook connection I always get the same error message:
Received 400 from https://graph.facebook.com/me?access_token=null {"error":{"message":"Invalid OAuth access token.","type":"OAuthException","code":190,"....
I tried to find out what can be the reason for this by reviewing the facebook developer docu and the force one as well but couldn't find the reason. Can you help me?
The text was updated successfully, but these errors were encountered:
FYI when I'm testing directly via my Site URL I'll receive following visual force error:
Invalid integer: in":5180948}
Error is in expression '{!init}' in component apex:page in page facebookcallback: Class.FacebookToken.setAccessToken: line 59, column 1
Class.FacebookCallbackController.init: line 53, column 1
An unexpected error has occurred. Your development organization has been notified.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all thanks a lot for your work!
Unfortunately every of my attempt fails by implementing your package into my salesforce instance.
The package is installed, all configuration steps are done but when I try to test the facebook connection I always get the same error message:
Received 400 from https://graph.facebook.com/me?access_token=null {"error":{"message":"Invalid OAuth access token.","type":"OAuthException","code":190,"....
I tried to find out what can be the reason for this by reviewing the facebook developer docu and the force one as well but couldn't find the reason. Can you help me?
The text was updated successfully, but these errors were encountered: