Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using the open graph API, is there a way to determine which friends of a user have an @facebook.com email address setup?

The title basically sums it up. After fetching the list of friends for a facebook-connected user, I'm looking for a way to determine if the friend is using the new messaging system with the @facebook.com email. I'm using the javascript SDK.

Along the same lines, is there a way to pre-populate the To: list with Facebook's new Send button?

like image 796
Prabhu Avatar asked Apr 29 '11 17:04

Prabhu


People also ask

What 3 terms does Facebook use to describe what the graph API is composed of?

The Graph API is named after the idea of a "social graph" — a representation of the information on Facebook. It's composed of nodes, edges, and fields.

What is Facebook Graph API used for?

The Facebook Graph API is an HTTP-based API that allows developers to extract data and functionality from the Facebook platform. Applications can use this API to programmatically query data, post in pages and groups, and manage ads, among other tasks. The other Facebook APIs are extensions of the Graph API.

How do I test my graph API on Facebook?

Try executing the default query that appears when you first load the Graph API Explorer. If you haven't already, open the Graph API Explorer in a new window, select the app you want to test from the application dropdown menu, and get a User access token.


1 Answers

They are not providing it Yet as you can see the user profile info they are providing here And no for now you can't send message to user/user friends through API. Its included in there road map they will provide the feature to send message to user's inbox in upcoming days. But There can be a manual method by calling a URL like this http://www.facebook.com/inbox/?compose&id=516888778 I know that is something you don't wanna use but this is all you can do right now.

like image 118
Inam Abbas Avatar answered Nov 01 '22 02:11

Inam Abbas