Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happens #2

Open
sketchee opened this issue Feb 13, 2012 · 4 comments
Open

Nothing happens #2

sketchee opened this issue Feb 13, 2012 · 4 comments

Comments

@sketchee
Copy link

The demo at the tutorial works for me, but nothing happens when I use the code as-is from the site with my own id.

@lumierephoto
Copy link

Same here. I'm trying to figure it out

@ibrahimahmed443
Copy link

This works for me. I think you need to register your app with a specific URL, and then you can use this code on that URL

@trenzig
Copy link

trenzig commented Jun 21, 2013

Using windows 7... extract the files to c:\inetpub\wwwroot\FaceBookviaJavascript

In the file named jssdlouth2.html
line 65 reads e.src = document.location.protocol
+ '//connect.facebook.net/en_US/all.js';

I changed it to e.src = 'https://connect.facebook.net/en_US/all.js'; ...removing the 'document.location.protocol'
I was using notepad ++ and when you use the 'Launch in chrome' facility you will get file:///C:/inetpub/wwwroot/FaceBookviaJavascript/jssdkouth2.html in the address bar.
Change this to http://localhost/FaceBookviaJavascript/jssdkouth2.html and it will work fine

@chhumsina
Copy link

Thanks you Awesome Plugin 👍
It work well for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants