Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have an fb app with "user_posts" permission and i want to search user`s timeline for a specific post based on post title/keyword filled by user in a text box.

The app can only make request for v2.5 api of facebook.
So please answer as per v2.5 api recommendation.

What I have tried:

I have tried :

* All public posts: https://graph.facebook.com/search?q=watermelon&type=post
* People: https://graph.facebook.com/search?q=mark&type=user
* Pages: https://graph.facebook.com/search?q=platform&type=page
* Events: https://graph.facebook.com/search?q=conference&type=event
* Groups: https://graph.facebook.com/search?q=programming&type=group
* Places: https://graph.facebook.com/search?q=coffee&type=place¢er=37.76,122.427&distance=1000
* Checkins: https://graph.facebook.com/search?type=checkin

such things but not working with 2.5 api of facebook
Posted
Updated 6-Apr-16 20:12pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900