I have a simple question:
Can I use the facebook-javascript-sdk in a stand-alone webpage without having to create an app? I do not want an app, nor do I need one, I just want to run a script to retrieve a list of the people who have liked the current user's page.
I can use javascript to move on from there, but I'm getting hung up on FB.init() and its appid. For example, it's complaining that FB.getLoginStatus() is called before FB.init(), but calling FB.init() again from the console says that I've called it again, indicating a problem.