Closed AntonGabov closed 4 years ago
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
Which SDK version are you using?
6.0.2
What's the issue?
Cannot get country from
AdsInsights
class. MethodgetFieldCountry()
was removed in 6.0.2 version. Moreover, in changes (https://developers.facebook.com/docs/graph-api/changelog/breaking-changes) I have not found any reason, why this method was removed.Steps/Sample code to reproduce the issue
AdsInsights
for requiredAdAccount
with setting breakdown field 'country'. For instance:AdsInsights.getFieldCountry()
Observed Results:
CompilationError:
Expected Results:
AdsInsights should contain the method
getFieldCountry()