如何从 FB 图形 API 响应获取 access_token
我正在从 FB 图形 API 生成 access_token。
一切都工作正常,并且它在回调 url 上给了我 access_token
谁能告诉我应该如何获取此令牌以在我的 php 脚本中使用 url。
响应后的网址为:
我正在努力度过难关
$_REQUEST['access_token']
Bu 不能这样。任何人都可以在这件事上帮助我吗?
I am generating access_token from FB graph API.
Every thing is working fine and its giving me access_token on call back url
Can anyone tell me how should i get this token for url to use in my php script.
After response url is :
I am trying to get by
$_REQUEST['access_token']
Bu can't get like this way. Can any one help me in this matter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者
类似的东西
or
or something like that
如果你这样做,那你就错了。
您正在使用客户端方法将数据发送到服务器。
您应该使用服务器端方法。
if your doing it this way, you are doing it wrong.
You are using the client side methods to send data to the server.
You should be using the server side methods.