definitely246 / social

A preconfigured setup of oauth plugins that piggybacks off of the very popular lusitanian/phpoauthlib. The project uses a facade for oauth and api's to the most popular social websites (facebook, twitter, google, etc) and the goal of this project is to have oauth setup within 10 minutes of installing this package.
Other
83 stars 13 forks source link

Error when GET the Facebook Oauth #23

Open herlon214 opened 9 years ago

herlon214 commented 9 years ago

The page shows this error:

OAuth\Common\Http\Exception\TokenResponseException thrown with message "PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/mssql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/mssql.so: cannot open shared object file: No such file or directory"

Stacktrace:
#19 OAuth\Common\Http\Exception\TokenResponseException in /home3/sejapre/public_html/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient.php:70
#18 OAuth\Common\Http\Client\StreamClient:retrieveResponse in /home3/sejapre/public_html/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php:118
#17 OAuth\OAuth2\Service\AbstractService:requestAccessToken in /home3/sejapre/public_html/vendor/codesleeve/social/src/controllers/SocialController.php:23
#16 Codesleeve\Social\SocialController:facebookConnect in <#unknown>:0
#15 call_user_func_array in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:231
#14 Illuminate\Routing\Controller:callAction in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:93
#13 Illuminate\Routing\ControllerDispatcher:call in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:62
#12 Illuminate\Routing\ControllerDispatcher:dispatch in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:962
#11 Illuminate\Routing\Router:Illuminate\Routing\{closure} in <#unknown>:0
#10 call_user_func_array in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:109
#9 Illuminate\Routing\Route:run in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1028
#8 Illuminate\Routing\Router:dispatchToRoute in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:996
#7 Illuminate\Routing\Router:dispatch in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:775
#6 Illuminate\Foundation\Application:dispatch in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:745
#5 Illuminate\Foundation\Application:handle in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72
#4 Illuminate\Session\Middleware:handle in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47
#3 Illuminate\Cookie\Queue:handle in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51
#2 Illuminate\Cookie\Guard:handle in /home3/sejapre/public_html/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23
#1 Stack\StackedHttpKernel:handle in /home3/sejapre/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:641
#0 Illuminate\Foundation\Application:run in /home3/sejapre/public_html/public/index.php:49