wanted to know how to check if the user has already allowed your application to publish on his stream ( to avoid the momentarily popup menu). Currently I'm simply using this javascript

 

++++++++++++++++++++++++++++++++++++++++

 

 

<script>
<!--
Facebook.showPermissionDialog(
'publish_stream,read_stream');
//-->
</script>

 

相关文章:

  • 2021-11-21
  • 2022-01-07
  • 2021-08-06
  • 2022-12-23
  • 2021-10-22
  • 2022-01-02
  • 2021-12-04
  • 2021-10-25
猜你喜欢
  • 2021-06-19
  • 2021-08-23
  • 2022-12-23
  • 2022-02-14
  • 2021-06-01
  • 2021-11-27
相关资源
相似解决方案