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

Getting wrong response data fields using the assinged user API #283

Closed SM10855 closed 4 years ago

SM10855 commented 4 years ago

Which SDK version are you using?

6.0

What's the issue?

getting wrong response data fields

Steps/Sample code to reproduce the issue

APINodeList<AssignedUser> adAccountUsers = new AdAccount(adsrinfo.getAdsrId(), context).getAssignedUsers().setBusiness("#BUISNESS_ID").execute();

Observed Results:

Expected Results:

return data Assigned Users { "data": [], "paging": {}, "summary": {} }

The fields permitted_tasks , tasks in data array list.

In facebook-java-business-sdk ,

The return class AssignedUser have fields as business, id, name, user_type, not data and tasks.

Thank you.

stale[bot] commented 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.