Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting the facebook graph to only return results with a # symbol in it

Any one have any ideas on how to accomplish this?

I have tried

https://graph.facebook.com/search?q=%22%23apple%22
https://graph.facebook.com/search?q=%23apple
https://graph.facebook.com/search?q#apple

which does not work.

To be clear the results should only have posts that contain #apple not "apple".

like image 276
jlarry Avatar asked Nov 12 '22 14:11

jlarry


1 Answers

Facebook says this is not supported at this time: https://developers.facebook.com/x/bugs/313941462054417/

like image 57
Karen Colpitts Avatar answered Nov 15 '22 11:11

Karen Colpitts