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.

what is the importance of "appId" in the url for facebook javascript sdk?

<div id="fb-root"></div>
    <script src="http://connect.facebook.net/en_US/all.js#appId=162509917148524&amp;xfbml=1">
    </script>
    <fb:like href="spartanp.github.com" send="true" width="450" show_faces="true" font="">
    </fb:like>
share|improve this question

1 Answer

My understanding of this parameter is just for organisation - it allows facebook to assign permissions to a specific app instead of the website itself in a database, maybe even monitoring traffic. It basically assigns an app to your website.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.