Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 1218f7a

Browse files
committed
Facebook API Version
1 parent a0de7a2 commit 1218f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatGPT/src/main/java/cloud/cleo/squareup/FaceBookOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private static URL getFaceBookURL(String id, String operation) throws MalformedU
238238
final var sb = new StringBuilder("https://graph.facebook.com/");
239239

240240
// Version of API we are calling
241-
sb.append("v18.0");
241+
sb.append("v24.0");
242242

243243
// ID for the entity we are using (Page ID, or Page scoped User ID)
244244
if (id != null) {

0 commit comments

Comments
 (0)