Closed SM10855 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.
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.