artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
683 stars 216 forks source link

getLogoutUrl() #38

Open jrean opened 10 years ago

jrean commented 10 years ago

Hi. Thank you, everything is working like a charm.

Following the original Facebook PHP SDK, I'm wondering how to access the getLogoutUrl() method ? How do you access all the methods offered by the original SDK like destroySession()?

With regards.