Is there any? I've searched and I didn't find anything about it. I need feed or posts IDs of specific #hashtag, iframe with this would also works.
Anyone, anything?
Right now there is only the keyword search, hashtags are not supported (yet): https://developers.facebook.com/docs/reference/api/search/
There will be the Keyword Insights API (https://developers.facebook.com/docs/keyword_insights/ ), but it's currently not publicly available. So, the only option is as #luschn described.
No, it's finally deprecated.
Public Post search is no longer available.
(/search?type=post&q=foobar)
LINK
OK, I've found solution, someone has created http://www.facebook-hashtag.com service, even it is limited to 2 minutes of searching.
Related
this is maybe a stupid question, but is it possible, for an Facebook App to query a user search like in Facebook itself. For example: How to find all Users by there Hometown, school, etc?
All I found was to search for specific users by their username.
Thanks Guys!
EDIT
#Tobi is right in that you cannot achieve this through targeting. Check out this answer:
Can I use Facebook social graph to show users who graduated from a particular college/university?
Old Answer
Using the endpoint:
/search?q={query}&type={type}
you can query by location as well.
Check out the Searching Section Here:
https://developers.facebook.com/docs/graph-api/using-graph-api/v2.0
And the Targeting Section Here:
https://developers.facebook.com/docs/graph-api/reference/v2.0/targeting/
Hope it helps!
Earlier i was searching for groups with a particular keyword on facebook using -
https://graph.facebook.com/search?q=query&type=group&access_token=abcd..
Since last month it has stopped working. This search now returns always for any
keyword an empty data array. While for types page,user,event,post still returns
proper results. This happened by the time versioning was introduced. I tested
also with the Graph API Explorer with different versions and none worked.
You can check it from here: https://developers.facebook.com/tools/explorer/
There's an open bug at FB for this. See my answer here: Search for Groups in Facebook with FacePy not working I don't think that there's anything you can do at the moment except wait and hope FB will fix this soon.
As Tobi mentioned there is a bug for this on Facebook.
If you face the same issue subscribe here:
https://developers.facebook.com/bugs/862756217087760/
The more developers subscribe, the soonest we'll have
a fix i guess.
While I can access several data using fbgraph api, I couldn't find way to read the "recommendations" data.
For example: For the facebook page www.facebook.com/cozycaterers , its recommendation content appearing on right side below cover photo.
Could someone please help me.
Thanks in advance.
Don't think this is currently possible.
I have checked the Docs for FQL and Graph API with no luck ...
Hopefully facebook will allow access sooner or later
I tried this query with the FQL Explorer:
SELECT review_id, rating, message, reviewer_id FROM review where reviewee_id='492378670299'
It returned results, but not as many as I expected.
If anyone has a better answer, I'd be happy to know...
I'm trying to retrieve the comments marked as spam/hidden or deleted by the admin of a page.
I can't find a way to do that.
Please help!
if its not in facebooks API documentation then I dont know what to tell you, you most likely cant do it. I would think that stuff that has been deleted is only accessible if your Zuckerburg.
Have you tried using FQL. Try querying FQL comments table.
What's the metric for reach demographics in Facebook Insights APis? I mean the same as page_fans_gender_age but for reach:
Request "Insights" for your page without specifying a specific metric:
https://graph.facebook.com/your_page_id/insights/?token=...
This will provide you with a list of all available Insights for the page. You will find the answer you are looking for in there. It's not currently listed in the documentation for some reason.
I think Facebook use "Page Impressions" for the API and "Reach" for the end user:
https://developers.facebook.com/docs/reference/fql/insights/#page_impressions
The one that might help you is "page_impressions_by_age_gender_unique" or "page_impressions_unique" if the gender isn't important.
It seems they're nowhere to be found unfortunately.