Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const US_STATE_CODES = new Map<string, string>([
['wisconsin', 'wi'],
['wyoming', 'wy']
])
export const API_VERSION = 'v21.0'
export const CANARY_API_VERSION = 'v21.0'
export const API_VERSION = 'v23.0'
export const CANARY_API_VERSION = 'v23.0'
export const BASE_URL = 'https://graph.facebook.com'
export const FACEBOOK_CUSTOM_AUDIENCE_FLAGON = 'facebook-custom-audience-actions-canary-version'
Loading