6
I’m developing a PHP application that returns the list of facebook user friends. Although I specified the domain and site URL in the Facebbok app I created, I get the following message:
The given URL is not in the release list in the settings of Client oauth: Redirect failed because the Url used does not is on the release list in the client’s Oauth settings app. Make sure that the client’s Oauth login and web is active and add all domains of your app as Urls valid Oauth redirect paths.
I found that using the localhost address an error appeared, so I modified the Xampp settings to change the localhost smoothie to testeleonardo.com. I take this opportunity to ask: would it be possible for me to return all my friends' friends as well? Or would this be a violation of privacy?
has tried to place localhost?
– Sampaio Leal