By Renato Coneglian on Tuesday, 03 April 2018
Posted in Technical Issues
Replies 2
Likes 0
Views 627
Votes 0
Hi, I'm configuring the autoposting for Facebook, and I'm not being able to authenticate because I'm getting the "Error Message Can’t Load URL: The Domain of This URL Isn’t Included in The App’s Domains".

The website is installed under

https://coneglian.com/trilha

I tried adding in the domain and Site the https://coneglian.com, https://coneglian.com/trilha... etc etc etc many different combinations...

On the OAuth thing I did the:
http://yoursite.com/index.php?option=com_easyblog&task=oauth.grant&client=facebook
http://yoursite.com/administrator/index.php?option=com_easyblog&task=facebook.grant&system=1
http://yoursite.com/administrator/index.php?option=com_easyblog&task=facebook.grant
changing to coneglian.com/trilha/

I double triple quadruple checked the app ID and secret.

What should i do?
FIXED!

The little window with the error message was something like this (i lost the ctrl+C):

https://www.facebook.com/dialog/oauth?scope=publish_actions%2Cmanage_pages%2Cpublish_pages%2Cuser_managed_groups&client_id=2072704589672123&
redirect_uri=https://coneglian.com%2Ftrilha%2Fadministrator%2Findex.php%3Foption%3Dcom_easyblog%26task%3Dfacebook.grant%26system%3D1&display=popup

So i removed the &display=popup part and decoded the url redirect part:

https://coneglian.com/trilha/administrator/index.php?option=com_easyblog&task=facebook.grant&system=1

after adding this to the OAuth permissions, it WORKED!
·
Tuesday, 03 April 2018 07:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back to us your issue resolved.

By the way, if other user hitting this issue in the current Easyblog 5.1.15 version, you can refer on this thread.

https://stackideas.com/forums/autoposting-on-facebook-not-working#reply-401373
·
Tuesday, 03 April 2018 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post