开发者

Facebook Share success callback

开发者 https://www.devze.com 2023-01-09 03:04 出处:网络
Is ther开发者_如何学Pythone a callback or another way to track whether or not someone successfully shared something using the share button?Are you using FB.ui?

Is ther开发者_如何学Pythone a callback or another way to track whether or not someone successfully shared something using the share button?


Are you using FB.ui?

As it says right there in the docs

function(response) {
  if (response && response.post_id) {
    alert('Post was published.');
  } else {
    alert('Post was not published.');
  }
}
0

精彩评论

暂无评论...
验证码 换一张
取 消