When I use Facebook s JS SDK to authenticate my app (using FB.init method) all I need is my App ID. It does not require my app secret and/or app key. However when I used PHP SDK, it required my app secret (atleast the example I used to learn used the app ID and app secret both).
是否安全并建议使用JS SDK进行身份验证?JS SDK的身份验证流程到底是如何实现的?
Thanks, Vineet