Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

-4
votes
0answers
23 views

Preventing friend request blocks [closed]

Greets All, Regarding the automatic suspension of friend request privileges resulting from sending a request to someone that claims they don't know you, Facebook is simply permitting yet another form ...
0
votes
1answer
36 views

Heuristics to find “surprising” mutual friends

I have the undirected friends graph of my Facebook friends, G i.e. G[i][j] = G[j][i] = true iff my friend i and friend j are friends with each other. I want to find "surprising" mutual friends i.e. ...
0
votes
1answer
33 views

iOS 6.0: how to send a friendship request

I'm developing an app based on the Facebook SDK 3.1 which should allow the user to send a friendship request to another user who has an account on Facebook. I have already dealt with the ...
-2
votes
1answer
2k views

how to suggest friends to friends [closed]

This is a personnal suggestion I'd like you to propose to any user. I quite often think about suggestionning personnally a friend to become friend with another friend of mine. Could that be possible? ...
1
vote
1answer
460 views

Extract dates from facebook - date of established friendship / date of when person joined fan page / group

is there a way (API) to extract the date of a established friendship or the date of when a specific person joined a fan page/group in Facebook? I haven't found anything in the docs and the Web, but ...
1
vote
2answers
969 views

Get the date when two users became friends in php

It's possible to get the date when two users first interacted on Facebook? For example: in a comment, photo tags, wall post, etc. I need this for a FB app since isn't possible to get the date when two ...
0
votes
1answer
691 views

PHP Facebook API: How to retrieve how long I've been friends with someone

I'm curious if it's possible to get the "friendship" information via the Facebook PHP API, meaning information about the friendship the logged in user and one of his friends share? Information that ...
0
votes
2answers
1k views

Get friendship start date

I've been looking for a way to know the date two users became friends. I've found this question but it only explains how to simulate the friendship page with multiple FQL queries. What I want to ...
1
vote
1answer
723 views

Accept or decline Friend Request using FB Graph API

How I can accept or decline friend requests of other users via Graph API
2
votes
5answers
3k views

Friend of a friend in PHP/MySQL?

Ok I have searched before asking, all I found was several questions asking what I am but 0 answers so maybe someone who knows will see this or I will make it a more clear question. I have a social ...