I'm using Facebook Social Plugin (Like Box) on my website. I can see that Facebook Javascript SDK has been included on my page as well. Is this now available to me for use? Can I get the number of fans using this sdk for example?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
closed as not a real question by CBroe, Igy, Öö Tiib, sgar91, Steven Penny Feb 22 at 1:08
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Yes, you just have to call your page ID:
But, you must make sure FB sdk have been loaded before (if it's loaded asynchronously). So, make sure it's loaded by assigning a function to
This function will be called once the SDK is loaded. |
|||
|
|