如何在不经过审核的情况下使用publish_actions进行测试? [英] How can I use publish_actions for testing without review?

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

问题描述

我需要将得分的帖子测试到Facebook,但需要publish_actions权限。我使用最新版本的SDK SDK for 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禁止)。我在这里阅读了这里 admin可以使用所有权限,无需审核。但是如何?

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?

推荐答案

这些步骤是您需要做的更多的修改您的开发访问令牌:

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. 从顶部附近的下拉列表中选择您希望获得扩展权限的应用程序, li>
  3. 单击获取访问权限

  4. 选择所需的所有权限(包括publish_actions)

  5. 复制除了它之外的文本字段中生成的访问令牌,并在Unity提示您访问令牌时使用它。

  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天全站免登陆