Skip to content

Commit

Permalink
Graph API revert to point to latest 14.0
Browse files Browse the repository at this point in the history
Summary: Graph API latest version is now at 14.0

Reviewed By: SergioGuerreroFB

Differential Revision: D38142989

fbshipit-source-id: 104bf06cf137288976a0ab2ad5859fff94905c58
  • Loading branch information
zenlita authored and facebook-github-bot committed Jul 26, 2022
1 parent 0592bf0 commit 5846bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facebook.Unity/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal static class Constants
public const string OnGroupJoinCompleteMethodName = "OnJoinGroupComplete";

// Graph API
public const string GraphApiVersion = "v14.1";
public const string GraphApiVersion = "v14.0";
public const string GraphUrlFormat = "https://graph.{0}/{1}/";

// Permission Strings
Expand Down

0 comments on commit 5846bf4

Please sign in to comment.