RainLoop version, browser, OS:
RainLoop 1.11.3
Expected behavior and actual behavior:
When i click the F button on login page it doesnt work. It says:
Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
Even tough the APP url is filled in with the correct details.
Steps to reproduce the problem:
Click the FB login button
Logs or screenshots:
Confirming this issue on my own installation, which was working without any issues before.
Nothing changed on the developers.facebook.com/apps site - however can't login while getting the same error, as stated above.
This issue may be related to the following update from Facebook, which was said to be rolled out to everybody in March: https://developers.facebook.com/blog/post/2017/12/18/strict-uri-matching/
Even with a fix on this site I'm getting the following error:
Catchable fatal error: Argument 4 passed to Facebook\FacebookResponse::__construct() must be of the type array, null given,
called in /[DIR]/rainloop/v/1.11.3/app/libraries/Facebook/FacebookClient.php on line 225
and defined in /[DIR]/rainloop/v/1.11.3/app/libraries/Facebook/FacebookResponse.php on line 75
still not working. Is this project even on active development?
asking again. Does anybody maybe know an alternative?
I'm new to Rainloop, just tried setting this up and not working for me either. Any idea if this is being looked into?
I guess it is not working because the return URL include some user token from rainloop so it will change every time. The new rules of facebook force us to _hardcode_ the URL into facebook dev panel
That really shouldnt matter. There are plenty websites that updated their code to facilitate facebook login... What does matter is the silence of the programmers about almost every issue the community encounters. Even that far that the community is talking about forking it and start the project on its own.
Unfortunately still no progress on this ticket ...
Issue reported more than 1 year ago ... :-(
I know... i got it to a point with no errors, but it did not login...
Its because of the UI that i still use rainloop, other wise i would have left the whole project.
Trying again... a year later... anyone?
Most helpful comment
This issue may be related to the following update from Facebook, which was said to be rolled out to everybody in March: https://developers.facebook.com/blog/post/2017/12/18/strict-uri-matching/
Even with a fix on this site I'm getting the following error: