Skip to content

Commit ebac535

Browse files
Update Meta methods summaries
1 parent a52a471 commit ebac535

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,8 @@ public static void RefreshEpicSession(string refresh_token, Action<LootLockerEpi
737737
}
738738

739739
/// <summary>
740-
/// Start a Meta session
740+
/// Start a Meta / Oculus session
741+
/// The Meta / Oculus platform must be enabled and configured in the web console for this to work.
741742
/// </summary>
742743
/// <param name="user_id">User ID as a string</param>
743744
/// <param name="nonce">Nonce as a string</param>
@@ -769,9 +770,9 @@ public static void StartMetaSession(string user_id, string nonce, Action<LootLoc
769770
}
770771

771772
/// <summary>
772-
/// Refresh a previous Meta session
773+
/// Refresh a previous Meta / Oculus session
773774
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
774-
/// The Meta sign in platform must be enabled and configured in the web console for this to work.
775+
/// The Meta / Oculus platform must be enabled and configured in the web console for this to work.
775776
/// </summary>
776777
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerMetaSessionResponse</param>
777778
public static void RefreshMetaSession(Action<LootLockerMetaSessionResponse> onComplete)

0 commit comments

Comments
 (0)