Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/actions/facebook/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {formatFullDate, isNullOrUndefined, sanitizeError, sortCompare} from "./u

const LOG_PREFIX = "[Facebook Custom Audiences]"

export const API_VERSION = "v24.0"
export const API_VERSION = "v25.0"
export const API_BASE_URL = `https://graph.facebook.com/${API_VERSION}/`
export const CUSTOMER_LIST_SOURCE_TYPES = {
// Used by Facebook for unknown purposes.
Expand Down
Loading