Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit of the requested fields #60

Closed
aamorozov opened this issue Jun 29, 2018 · 4 comments
Closed

Limit of the requested fields #60

aamorozov opened this issue Jun 29, 2018 · 4 comments
Labels

Comments

@aamorozov
Copy link

aamorozov commented Jun 29, 2018

Currently, it seems like if I try getting more than certain amount of fields(it depends on the type of the object and how much data those fields hold) from the object it throws the following error. I think it would be good to document it somewhere.

  status: 500,
  response:
   { error:
      { code: 1,
        message:
         'Please reduce the amount of data you\'re asking for, then retry your request' } },
  method: 'GET',
@himanshuj89
Copy link

What's that certain amount and at what level - AdAccount or AdSet ?

@aamorozov
Copy link
Author

AdAccount - I was able to get 25 fields for each AdSet, but above that it throws an error.

@stale
Copy link

stale bot commented Jan 14, 2020

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.

@stale stale bot added the Stale label Jan 14, 2020
@stale
Copy link

stale bot commented Jan 21, 2020

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.

@stale stale bot closed this as completed Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants