Skip to content

Commit

Permalink
[pytx] Update Graph API Version (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
suvamsh authored Oct 3, 2024
1 parent 849ffd2 commit cb9bb20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __iter__(self):


class ThreatExchangeAPI:
_TE_BASE_URL = "https://graph.facebook.com/v9.0"
_TE_BASE_URL = "https://graph.facebook.com/v21.0"

# This is just a keystroke-saver / error-avoider for passing around
# post-parameter field names.
Expand Down

0 comments on commit cb9bb20

Please sign in to comment.