SammyK / LaravelFacebookSdk

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

'Invalid appsecret_proof provided in the API argument' on dev and test apps #186

Open krb19xx opened 7 years ago

krb19xx commented 7 years ago

Hello.

I have three Facebook Apps defined that are all really the same App - there's the Production instance and then a Development instance and a Test instance.

The Production instance works perfectly - all my API calls work as expected. On the Development and Test instances, NONE of my API calls work - they ALWAYS throw the error: 'Invalid appsecret_proof provided in the API argument'

I've tried EVERYTHING to get to the bottom of this, but I just can't figure it out. The code that's running on all 3 instances is EXACTLY the same (except for the APP_IDs and APP_SECRETs). I got the APP_IDs and APP_SECRETs from the Facebook Dashboard.

Basically, I have three versions of the same App, one of them is working perfectly and the other two are taking the appsecret_proof error.

Any help or ideas would be greatly appreciated.

xevsy commented 6 years ago

Have you fixed your issue? Because I have the same issue!

yurik94 commented 5 years ago

same here, can't pass appsecret_proof to the request 👍