How can i find out facebook API version

雨燕双飞 提交于 2021-02-07 03:33:50

问题


I have an app id and secret of a facebook app. But i am not owner, how can I find out its app version?
I tried to go through fb graph api document but not lucky.
Thank in advanced!


回答1:


According to a somewhat relatable FAQ, you can check the facebook-api-version header in the response to determine the API version that had been used to process the request.

Currently (as of December 26, 2015), the oldest active version is 2.0, so any unversioned calls will use the 2.0 API (until August 2016). The changelog can be found here



来源:https://stackoverflow.com/questions/34467797/how-can-i-find-out-facebook-api-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!