1

我在应用程序中使用foursquare API。当我在本地计算机上运行应用程序时没有问题,但在服务器上,用户允许应用程序并重定向到回调 url 后出现此错误。

Fatal error: Uncaught exception 'EpiFoursquareException'
in /home/content/40/9029540/html/earlybirds/test/lib/EpiFoursquare.php:252
Stack trace:
#0 /home/content/40/9029540/html/earlybirds/test/lib/EpiFoursquare.php(208): EpiFoursquareException::raise(Object(EpiCurlManager), false) 
#1 /home/content/40/9029540/html/earlybirds/test/lib/EpiFoursquare.php(196): EpiFoursquareJson->__get('response')
#2 /home/content/40/9029540/html/earlybirds/test/callback.php(45): EpiFoursquareJson->offsetGet('access_token')
#3 {main} thrown in /home/content/40/9029540/html/earlybirds/test/lib/EpiFoursquare.php on line 252

有人知道原因吗?我使用 PHP 和 mysql

4

1 回答 1

0

确保在构建身份验证 url 时发送 redirect_uri 参数,并且它与 APP 详细信息页面上的匹配。我必须制作两个应用程序,一个用于本地测试,一个用于在我的开发服务器上进行测试,当然,它有一个不同的 URL。

于 2012-09-19T17:34:30.380 回答