Searching Facebook all public posts only for posts with links using Graph API or FQL?
问题 Is it possible to search Facebook all public posts only for posts with links using the Graph API or FQL? I tried a bit with https://graph.facebook.com/search?q=watermelon&type=post but couldn't figure it out... 回答1: This query comes close: https://graph.facebook.com/search?q=http:&type=post&fields=link the "q" param says "only return posts whose message contains the string 'http:'", which gives a good first cut, but still lets some through without real links. You can then walk through the