未捕获的 OAuthException FaceBook PHP SDK
我将 exmaples 文件夹中 Facebook php sdk 中的整个 example.php 复制到另一个 php 文件,但出现此错误: 致命错误:未捕获 OAuthException:OAuth 访问令牌签名无效。扔在 C:\wamp\www\facebook-php-sdk-4ea94b9\src\base_facebook.php 第 1039 行。
当我评论这一行时: $naitik = $facebook->api('/naitik'); 。一切似乎都很好,除了这个错误: 注意:未定义的变量:naitik in C:\wamp\www\facebook-php-sdk-4ea94b9\examples\newExample.php on line 100 。这是预料之中的。可能是什么问题?
I copied the whole of the example.php in the Facebook php sdk at the exmaples folder to another php file and i got this error:
Fatal error: Uncaught OAuthException: Invalid OAuth access token signature. thrown in C:\wamp\www\facebook-php-sdk-4ea94b9\src\base_facebook.php on line 1039 .
When i comment this line: $naitik = $facebook->api('/naitik'); . Everything seems to be quite fine except this error: Notice: Undefined variable: naitik in C:\wamp\www\facebook-php-sdk-4ea94b9\examples\newExample.php on line 100 . Which is expected. What could be the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能没有正确遵循身份验证过程。确保您的应用程序 ID 和密钥正确。确保您从您在 Facebook 上的应用程序设置中指定的域运行您的应用程序。
You probably are not following the authentication process correctly. Ensure your app id and secret key are correct. Make sure you're running your app from the domain you specified in your app settings on facebook.