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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -