如何使用publish_actions进行测试而无需审核? [英] How can I use publish_actions for testing without review?

查看:1249
本文介绍了如何使用publish_actions进行测试而无需审核?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要测试成绩的发布到Facebook,但它需要publish_actions许可。我使用Facebook SDK对Unity3D的最后一个版本。是否有可能获得publish_actions许可没有我申请的审核?我试图用

I need to test score's post to facebook but it requires publish_actions permission. I use the last version of Facebook SDK for Unity3D. Is it possible to get publish_actions permission without review of my application? I tried to get this permission using

FB.Login( "publish_actions", LoginCallback );



但LoginCallback的FBResult总是返回错误(403禁止),当我尝试后得分。我也试图利用Facebook SDK的测试用户进行测试,但没有运气(同样的问题 - 403禁止)。我读到这里 的,我作为管理员可以使用所有权限,而不审查。但如何

But FBResult of LoginCallback always returns error (403 forbidden) when I try to post score. I also tried to use test users of facebook sdk to test it but with no luck (the same problem - 403 forbidden). I read here that I as admin can use all permissions without review. But how?

推荐答案

这是你需要做的,以获得更多permisions用于开发访问令牌的步骤:

These are the steps you need to do to get more permisions for your development access token:


  1. 转到以下网址:' https://开头developers.facebook.com/tools/explorer/

  2. 从靠近顶部的下拉列表中,选择您想要得到
  3. $ b $扩展权限申请b
  4. 点击获取艾策斯令牌

  5. 选择您想要的所有permisions(包括publish_actions)

  6. 复制在生成的访问令牌当它提示您输入一个访问令牌,除了它的文本字段,并使用它的内部团结。

  1. Go to the following URL: 'https://developers.facebook.com/tools/explorer/'
  2. From the dropdown near the top, select the application you want to get extended permissions for
  3. Click on 'Get Acces Token'
  4. Select all the permisions you want (including publish_actions)
  5. Copy the access token generated in the text field besides it, and use it inside Unity when it prompts you for an access token.

希望这梳理出来给你。如果任何一个步骤不清晰,让我知道

Hope this sorts it out for you. If any step is not clear, let me know

这篇关于如何使用publish_actions进行测试而无需审核?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆