Limit on api graph explorer call not working as I want

37 Views Asked by At

I'm trying this call on Api Graph explorer.

?ids=Google,DrumTalkTv&fields=posts.limit(1){message}

And I get a post from Google and another from DrumtalkTV but I want limit the call to just 1 post, not 2.

How can I limit the total amount of posts when I retrieve posts from several pages?

0

There are 0 best solutions below