Live data from Hacker News

Ask HN: What happened to Facebook graph search?

news.ycombinator.com

31–40 of 41 posts

Re: Ask HN: What happened to Facebook graph search?

#31
It still works. You just need to use the GET API for reliable results.

E.g.

Friends of friends

/friends/friends" rel="nofollow">https://www.facebook.com/search//friends/friends

Mutual friends of two people

/friends//friends/intersect" rel="nofollow">https://www.facebook.com/search//friends//friends/...

Photos where both people are tagged

/photos-tagged//photos-tagged/intersect" rel="nofollow">https://www.facebook.com/search//photos-tagged//ph... or

/photos-of//photos-of/intersect" rel="nofollow">https://www.facebook.com/search//photos-of//photos...

Photos recommended for a person

/photos-recommended-for" rel="nofollow">https://www.facebook.com/search//photos-recommended-for

Photos liked by a person

/photos-liked" rel="nofollow">https://www.facebook.com/search//photos-liked

Photos commented on by a person

/photos-commented" rel="nofollow">https://www.facebook.com/search//photos-commented

Stories or posts liked by a person

/stories-liked" rel="nofollow">https://www.facebook.com/search//stories-liked

There's plenty of other words operators and entities

IDs are numerical

Should get you started

Re: Ask HN: What happened to Facebook graph search?

#33
post #25

I've done a reasonable amount of work (and even more investigation into) Graph search. I believe the story is that they shipped it, and then found that the people who were using the most powerful parts the most weren't exactly the kind of customers they wanted. Since then they have been modifying the API so less and less of it works. It is very difficult to work out exactly what and what doesn't work because it depen…

Off topic: is there a way to extract the email addresses (or phone numbers) of the friends?

I have disabled my FB but would like to extract the contact information of the people I am friends with.

Re: Ask HN: What happened to Facebook graph search?

#34
post #25

I've done a reasonable amount of work (and even more investigation into) Graph search. I believe the story is that they shipped it, and then found that the people who were using the most powerful parts the most weren't exactly the kind of customers they wanted. Since then they have been modifying the API so less and less of it works. It is very difficult to work out exactly what and what doesn't work because it depen…

Off topic: is there a way to extract the email addresses (or phone numbers) of the friends? I have disabled my FB but would like to extract the contact information of the people I am friends with.

Emails? No way, unless if you create an app and get each of them to follow that link, etc. Phone number is available if they chose to make it public to you as a friend/acquaintance.

Re: Ask HN: What happened to Facebook graph search?

#37

My source tells me people did not use graph search. Only engineers or programmers used it. The wide population is not used to searching in a structural format. The cost benefit ratio did not work out

Who besides programmers did they envision using the API? Did they expect my mom to bust out curl and start looking for new friends?

Re: Ask HN: What happened to Facebook graph search?

#40

It still works. You just need to use the GET API for reliable results. E.g. Friends of friends /friends/friends" rel="nofollow">https://www.facebook.com/search/ /friends/friends Mutual friends of two people /friends/ /friends/intersect" rel="nofollow">https://www.facebook.com/search/ /friends/ /friends/... Photos where both people are tagged /photos-tagged/ /photos-tagged/intersect" rel="nofollow">https://www.faceboo…

How likely is it for Facebook to block you for attempting to use these APIs rather than the public Graph API?
Post reply on HN