關于app access_token
facebook 的developers docs里面關于app access_token取得的方式是:
GET /oauth/access_token?client_id={app-id}&client_secret={app-secret}&grant_type=client_credentials
實際上有一個非常簡單的方法 $token = {app-id}|{app-secret};
目前還沒有發現這兩個token的不同。知道的朋友可以留言。謝謝!