Skip to content

Commit

Permalink
docs: update meta API version to v20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laresbernardo committed Sep 3, 2024
1 parent da00fbf commit 12d381c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lares
Type: Package
Title: Analytics & Machine Learning Sidekick
Version: 5.2.8.9004
Version: 5.2.8.9005
Authors@R: c(
person("Bernardo", "Lares", , "[email protected]", c("aut", "cre")))
Maintainer: Bernardo Lares <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion R/facebook.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Auxiliary constant values
# META_GRAPH_URL <- "https://graph.intern.facebook.com"
META_GRAPH_URL <- "https://graph.facebook.com"
META_API_VER <- "v17.0"
META_API_VER <- "v20.0"

####################################################################
#' Paginate and Process Facebook's API Results
Expand Down

0 comments on commit 12d381c

Please sign in to comment.