PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, November 3, 2022

[FIXED] How can i find out facebook API version

 November 03, 2022     facebook-graph-api     No comments   

Issue

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 it did not work.


Solution

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



Answered By - Chris Forrence
Answer Checked By - Timothy Miller (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing