Changelog entries are categorized in the following way:
New Features, Changes, and Deprecations only affect this version. 90-Day Breaking Changes affect all versions.
Breaking Changes are not included here since they are not tied to specific releases.
Released October 5, 2016 | Available until April 18, 2019
Two new common Open Graph action types, available to all developers in all versions of the API, have been added:
books.rates
games.plays
targeting
and feed_targeting
fields on the /page/feed
edge now consistently use geo_locations
instead of specifying geography via other methods. See our guide on targeting which includes information about the geo_locations
object.Custom Open Graph Actions - Apps can no longer create new Open Graph action or object types or publish Open Graph Stories that use custom action or object types. Approximately 1 year after the v2.8 release, no version of the API will allow publishing stories that use custom action or object types. Please see our deprecation guide for more information.
Open Graph Stories - Localization is no longer supported.
/admined_groups
- This edge on the User node has been deprecated. Use groups
edge on the User node instead.
bio
- This field on the User node has been deprecated. Use the about
field instead.
Custom Open Graph Actions
Released October 5, 2016 | Available until July 26, 2017
/ACCOUNT_ID/adsets
and /AD_SET_ID
. See Targeting Specs. If you use this placement you must also select feed
as a position and for device_platforms
select mobile
since Instant Articles is for mobile only./nativeoffers
as an endpoint. The endpoint /offers
is associated with the old product and has been deprecated.offer_id
in the promoted_object
for an ad set.The following rule contains 3 comparisons:
{ "or": [ { "url": { "i_contains": "shoes" } }, { "and": [ { "event": { "eq":"ViewContent" } }, { "price": { "gte": 100 } } ] } ] }
place_page_set_id
field under Ad creative is now optional for versions v2.7 and v2.6 and has been deprecated in v2.8. See Ad Creative.offer_data
under link_data
for an ad object has been deprecated.AdAccountGroup
have been deprecated. To manage Ad Accounts, you should use Business ManagerBusiness Manager] or Business Manager API with business_management
extended permission, see Business Manager API, Overview.AD_ACCOUNT/audiences
has been deprecated.ad_object_by_url
field for /search
in (/docs/marketing-api/targeting-search/v2.7)[Ad Targeting Search] has been deprecated. actor_image_hash
, actor_image_url
, place_page_set_id
and actor_name
have been deprecated from ad creative GET
./insights
endpoint POST
requests.
- In earlier releases it supported the params: fields
,summary
, default_summary
, filtering
and sort
. However /insights
should always exactly return what you queried in the POST
requests. In earlier releases we will display all valid fields for /insights
if you provided an invalid field as a parameter. We now send an the error message which points to a list of valid fields./insights
fields in a variety of types: some fields were string
such as impressions
, some were numericstring
, and some were floats
. We now return all numeric fields, including floats as numericstring
. All floating point numbers will maintain six precision points.post_like
in the actions
field is now named post_reaction
, see Ads Action Stats, Reference. This is more consistent with naming in user interfaces.owner_business
field has been deprecated and no longer exists for objects connected to a business, including Ad accounts, Ad Campaign, Product Catalog, and Instagram User.There are no deprecation.
There are no 90 Day Breaking Changes.