SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
693 stars 201 forks source link

Is possible to post on FB just using Access Token? #207

Open juanramonperez opened 6 years ago

juanramonperez commented 6 years ago

Hello,

I'm trying to post to facebook just using the access_token, (I don't have the APP_ID also I don't have the APP_SECRET). I know is possible with facebook API, because I can do it on Postman, but just wondering if possible with your package. When I try to post without setting up the app_id and app_secret I'm getting Post Exception: Invalid appsecret_proof provided in the API argument I guess is because is trying to use the app_id and app_secret defined in config, but this token is from another app

Thanks for your wonderful package, I've been using it for a long time.