Unable retrieve post from Graph API for a Keyword -
https://graph.facebook.com/search?q=att&type=post
steps reproduce: https://graph.facebook.com/search?q=att&type=post expected behavior: graph search has retrieve posts relevant att. actual behavior: please find below output
- output
{ "data": [
] }
have tried experimenting different search term? following searches work:
- https://graph.facebook.com/search?q=ball&type=post
- https://graph.facebook.com/search?q=raccoon&type=post
- https://graph.facebook.com/search?q=stackoverflow&type=post
so seems issue keyword att
opposed graph api search syntax using.
Comments
Post a Comment