Search code examples
facebooklaravelfacebook-graph-apilaravel-5laravel-socialite

Use Laravel Socialite to query Facebook Graph API?


I was wondering if I can use Laravel 5 + Socialite to query the latest posts from a Facebook Fanpage via Facebook Graph API.

I have not found any example. Is Socialite just for User Authentication and not for Grpah Api requests?


Solution

  • The laravel-socialite package is only for OAuth Authentication and does not cover the API functionality you desire.

    There are, however, many other packages you could integrate into your laravel application to achieve this.