Query for the facebook api to get posts related to a subject, this will get all posts that have the word “read” in it.
SELECT post_id,actor_id, target_id,message FROM stream WHERE filter_key = ‘others’
AND strpos(message, ‘read’) >= 0
Query for the facebook api to get posts related to a subject, this will get all posts that have the word “read” in it.
SELECT post_id,actor_id, target_id,message FROM stream WHERE filter_key = ‘others’
AND strpos(message, ‘read’) >= 0
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Feb | Sep » | |||||
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
No user commented in " Facebook Queries "
Follow-up comment rss or Leave a TrackbackLeave A Reply