You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 appThanks for your wonderful package, I've been using it for a long time.
The text was updated successfully, but these errors were encountered: