admin管理员组文章数量:1435859
here is my code?
FB.login(function(response){
console.log(response)
if(response.session){
connectFacebook();
}
},{perms:'email,read_stream,publish_stream,offline_access'});
I need to permission user to use my application.
The problem is FB.login show in popup style but i need it to show in page style like :
how can i do it? how do i change my code?
thank you!
here is my code?
FB.login(function(response){
console.log(response)
if(response.session){
connectFacebook();
}
},{perms:'email,read_stream,publish_stream,offline_access'});
I need to permission user to use my application.
The problem is FB.login show in popup style but i need it to show in page style like :
how can i do it? how do i change my code?
thank you!
Share Improve this question edited Jun 20, 2020 at 9:12 CommunityBot 11 silver badge asked Sep 5, 2010 at 0:23 GiffaryGiffary 3,14813 gold badges54 silver badges77 bronze badges1 Answer
Reset to default 3If you don't want popup you will have to go with Facebook OAuth 2.0 for web apps. Read about it here: http://developers.facebook./docs/authentication/
本文标签: javascriptcan FBlogin() display as page for facebook iframe applicationStack Overflow
版权声明:本文标题:javascript - can FB.login() display as page for facebook iframe application? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745656976a2668765.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论