无法从 janrain 获取令牌
我按照janrain的介绍设置了认证窗口,但是随着回调过来,没有token。可能是什么问题?
这是神奇的代码:
……
$rpxApiKey = '95c8d032db3db656e7716749552ff12c82f7108f';
if(isset($_POST['token'])) {
echo "hello";
/* STEP 1: Extract token POST parameter */
$token = $_POST['token'];
但是
hello 没有出现。
I set up the authentication window, according to the introduction janrain, but as the callback come, there is no token. What could be the problem?
Here is the magic code:
...
$rpxApiKey = '95c8d032db3db656e7716749552ff12c82f7108f';
if(isset($_POST['token'])) {
echo "hello";
/* STEP 1: Extract token POST parameter */
$token = $_POST['token'];
...
but hello is not appearing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)