简体   繁体   中英

appId in Facebook JavaScript SDK

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>

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM