Skip to content

Commit

Permalink
Merge pull request #2751 from woocommerce/tweak/upgrade-graph_api-ver…
Browse files Browse the repository at this point in the history
…sion

Update FB GRAPH API version to v20.0
  • Loading branch information
rawdreeg authored May 24, 2024
2 parents 87e5b84 + 1029241 commit 9e35393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class API extends Base {

public const GRAPH_API_URL = 'https://graph.facebook.com/';

public const API_VERSION = 'v17.0';
public const API_VERSION = 'v20.0';

/** @var string URI used for the request */
protected $request_uri = self::GRAPH_API_URL . self::API_VERSION;
Expand Down

0 comments on commit 9e35393

Please sign in to comment.