No documentation about AppSecret Proof for Server API calls?
问题 If I enable the option giving in Advanced Settings is gives me BAD Request or error code 400 If I enable this option, what is the required value of AppSecret_Proof parameter? 回答1: If you visit github and have a look at their PHP SDK's code, you'll find how they generate appsecret_proof's value. This part was recently added so you have to refer to the latest version of PHP SDK. To activate/inactivate, as you already know, you have to visit App Dashboard > Setting > Advanced. EDIT: 2013-08-09