facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
402 stars 332 forks source link

Fix bug in requestFieldInternal #326

Closed uwemaurer closed 3 years ago

uwemaurer commented 3 years ago

there is a bug in the if clause where it would remove a field if it should be added and is already present.

for example if you call requestAllFields().requestPromotedObjectField(true) it would actually remove promotedObject instead of keeping it (requestAllFields added it first)

facebook-github-bot commented 3 years ago

This pull request has been merged in facebook/facebook-java-business-sdk@c5b70fb82a45cd9d1411851f3cb4c513832105db.