Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

i would like to make an application in java me that will be able to get the emails and phone numbers of all my friends on my facebook acount i9 have looked throught the graph API and i cant seem to get my head around the whole thing, where should i start and how? i have seen taht only webpages, ios and android are supported. even if the solution is in html that will be a huge help as well thanks in advance

share|improve this question

closed as not a real question by Oli Charlesworth, ethrbunny, Dirk, birryree, Draco Ater Jan 5 at 14:40

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

See this link from Developers.Facebook : http://developers.facebook.com/docs/reference/login/email-permissions/

A user's email is a protect property and access to that information must be specifically requested by the app and granted by the user. User permission Description email Provides access to the user's primary email address in the email property. Do not spam users. Your use of email must comply both with Facebook policies and with the CAN-SPAM Act.

Note: There is no way for apps to obtain email addresses for a user's friends.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.