facebook - website login without JavaScript SDK -


i trying add login button website without js/php sdk, , following page on fb dev site tells me add

https://www.facebook.com/dialog/oauth? client_id={xxxxxxxxxx} &redirect_uri={http://www.mydomain.com} 

to code whenever follow link gives me error saying

the redirect_uri url must absolute

i'm pretty sure url can not anymore absolute that, think issue else have not been able find correct problem

did replace uri 1 site?

https://www.facebook.com/dialog/oauth?client_id=1234567&redirect_uri=www.madderfish.com


Comments

Popular posts from this blog

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -