我在应用程序中使用 4 square 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
Anyone knows the reason? I use PHP and mysql