facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

Handling of Ads Settings fields #324

Closed pestevez closed 6 years ago

pestevez commented 6 years ago

The latest version of the SDK (1.9.1) is throwing an exception when parsing a JSON file that does not have both audience_network_placement_id AND raw_html. Per @mburak's comment, at most one of them, will be specified.

Expected Result

The SDK should handle JSON files where one of these two fields is not present without throwing an exception.