在這種ACCESS_TOKEN由Python的 - 在API參數帳戶套件
AA的,他們都提到了Facebook的文檔提供無效appsecret_proof | facebook_app_id | app_secret
https://developers.facebook.com/docs/accountkit/graphapi
而且appsecret_proof是訪問的散列令牌使用的應用程序的祕密關鍵
appsecret_proof = hmac.new((app_secret).encode('ascii'), msg=access_token.encode('ascii'), digestmod=hashlib.sha256).hexdigest()
小號ø我使用上述生成的appsecret_proof調用到端點
https://graph.accountkit.com/v1.1/me/?access_token=
與appsecret_proof作爲第二個參數。不過還是我越來越無效AppSecret_proof在API參數