Facebook帐户短信集成在Android上失败

时间:2017-04-03 05:28:00

标签: android facebook

Facebook Account kit短信集成并没有奏效。 当我使用来自github的代码时,它可以通过此应用程序中已集成的帐户进行短信发送。 Intel Intrinsics Guide

但是当我在Facebook account kit创建应用时,请复制Client TokenApp Id。然后它没有用。 "发生了系统问题。请再试一次"发生了错误 我该如何解决这个问题?

1 个答案:

答案 0 :(得分:7)

我猜你没有在Facebook Developers面板中启用import click @click.command() @click.option('--name', help='The person to greet.') def hello(name): """Simple program that greets NAME.""" click.echo('Hello %s!' % name) def print_help_msg(command): with click.Context(command) as ctx: click.echo(command.get_help(ctx)) >> print_help_msg(hello)

转至:开发人员page

登录后选择您的应用 - >转至:产品 - >帐户套件

enter image description here

现在启用权限:

enter image description here