Does FB.PublishInstall Require AuthToken?

无人久伴 提交于 2019-12-13 04:51:04

问题


As far as I'm aware, most FB calls require that the user is logged in and has a valid authtoken.

Questions

  1. Do FB.PublishInstall and FB.AppEvents.LogEvent require a valid authtoken?
  2. Can I call FB.PublishInstall every time the app launches or do I have to track if I've ever called it and only call it once per install?
  3. Do I even need to call PublishInstall or does this get taken care of automatically? From my reports on Facebook, it looks like I already see total installs and I'm not currently calling PublishInstall.

I'm using Unity 4.2.2 and Facebook SDK 4.3.6.

Thanks, Colter


回答1:


No, neither of these should need an access token. PublishInstall mainly exists in case you want to mobile app install ads, but don't want to do a full Facebook integration.



来源:https://stackoverflow.com/questions/20483342/does-fb-publishinstall-require-authtoken

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!