Skip to content

Commit

Permalink
Merge pull request #2521 from woocommerce/tweak/bump_API_version
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdreeg authored Apr 13, 2023
2 parents 3a98de7 + 8dedb34 commit 0e065d7
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 = 'v14.0';
public const API_VERSION = 'v16.0';

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

0 comments on commit 0e065d7

Please sign in to comment.