If you enable the Advanced Settings option , it gives me a BAD Request or error code 400
If I enable this option, what is the required value for the AppSecret_Proof parameter?
If you visit github and look at your SDK , you will see how they generate the appsecret_proof value.
This part has recently been added, so you need to refer to the latest version of the PHP SDK. To activate / inactivate, as you already know, you need to visit the application panel> Settings> Advanced.
EDIT: 2013-08-09Now they have an official document .
From the documentation article Protecting GUI API Requests :
The secret proof application is the sha256 hash code of your access token, using the application secret as a key. Here's what the call looks like in PHP:$appsecret_proof = hash_hmac('sha256', $access_token, $app_secret);
The secret proof application is the sha256 hash code of your access token, using the application secret as a key. Here's what the call looks like in PHP:
$appsecret_proof = hash_hmac('sha256', $access_token, $app_secret);
Source: https://habr.com/ru/post/1481940/More articles:Received unexpected value in TDS response at offset - sql-serverStrange problem with Internet deployment - webdeployInclude java.exe in runtime - javaUnknown Facebook API exception with api call after login - facebookiOS add Day View Calendar to app - ioshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1481941/android-app-navigates-to-launch-activity-when-coming-from-background&usg=ALkJrhjd8nZRs99MiHTCSRXZJq7ApDF3vQSQL - returns deleted rows - sqlHow to generate .trx file in vs2012? - visual-studio-2012Set Selection Element - eloquentAutomatic link to Microsoft.Data.Tools.Schema.Sql.UnitTesting - vb.netAll Articles