facebook social share need to be login -
i'm using facebook social share, calling facebook sdk following.
var data = { app_id: "myappid123" caption: "caption" description: "description" href: "http%3a%2f%2fwww.mysite.info%2fblog%2fpost" method: "share" name: "name" picture: "http://my.png" redirect_uri: "http://www.mysite.info/" } fb.ui(data, function (response) { }); however noticed have login app_id's facebook account share, if i'm not login facebook app_id's account can't share.
do missing other authentication doing way?
the reason facebook app in developers mode. check app setting if shows following app in developer mode need make public clicking question mark @ end of developer mode message, provide contact email address , making public. after can login facebook account share.
Comments
Post a Comment