I want to be able to search/filter a user's statuses for a certain keyword. I thought I could do something like this:
graph.facebook.com/_user_id_/statuses?q=term
Or even:
graph.facebook.com/_user_id_/search?q=term&type=status
But none of those work and I can't find any documentation on this. I know I can do it with FQL, but the statuses method of the Graph API would give me likes and comments to each status as well.
Any suggestions?