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 age tag has no wiki summary.
-1
votes
1answer
182 views
Under 18 for assistance [closed]
When I go to settings in order to change my year if birth, an error message pops up saying
Under 18: You are under 18 years old and need to change your date of
birth, or need to change your ...
0
votes
0answers
19 views
Sharing a age restricted Facebook app with users under 21 [duplicate]
I have a Facebook App which is only for users over 21 years of age. Is there a way to prevent sharing the App with users under 21?
Thank you
0
votes
1answer
31 views
Targeting age when posting to a page using Graph API
I want to target fans by age when adding a Post to a facebook page using Graph API , I think I can't use the 'targeting' field because it mentions that it's for targeting countries, cities, regions or ...
0
votes
0answers
50 views
Can a Facebook app return age ranges for non-users?
Returning exact ages for app users and their friends requires the user_birthday and friend_birthday permissions, and in many cases friend_birthday won't return a value due to friends' privacy ...
0
votes
3answers
305 views
How to verify a user is over 18
I am building a Facebook application which should not be viewable to anyone under the age of 18, as it makes quite extensive use of the Graph API I wonder is it possible to automatically find the age ...
0
votes
0answers
143 views
Graph API: How do I post to a Page with Age Restriction?
I understand from experimentation and other posts I've found here that if a Page has a specific age restriction, it becomes necessary to use "the end-user's access token" for posting to the Page, as ...
0
votes
2answers
1k views
Get age of friend on Facebook with Ruby via rFacebook
I am creating a Facebook app and need to access people's ages - only the friends of the user, not the general public.
I am using rFacebook version 0.6.2, setup along the line of this.
I need to get ...