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.

Accessibility: the practice of making software which functions smoothly for users with a variety of disabilities, including blindness, deafness, and paralysis among others.

learn more… | top users | synonyms

0
votes
0answers
19 views

Accessibility blank android 4.2 on login

I have found an issue with the facebook sdk for android. the talkback mode in accessibility is not working for the facebook login screen. Steps to reproduce Find a device running Android version 4.2+ ...
1
vote
1answer
177 views

Accessibility error: Facebook JS SDK generates iframes with no title attributes

I'm using the HTML5 implementation of the Like button which uses this code: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
1
vote
1answer
133 views

Facebook iFrame Title

I currently have a project being reviewed by our accessibility team. Mostly everything passed with the exception of a Facebook iFrame. We need to set a title on the iFrame but I haven't been able to ...
0
votes
1answer
113 views

Keyboard accessible Facebook send button

The Facebook send button doesn't seem to be keyboard accessible. When I tab to the send button, there is no indication that the button is focused, and hitting enter doesn't have the same affect as ...
3
votes
2answers
415 views

Accessible Facebook Like Button

Has anyone created a custom Open Graph solution that queries the number of likes and creates an accessible button? Facebook's iFrame and XFBML solutions are both completely inaccessible via the ...
1
vote
1answer
110 views

What can a Facebook app access?

I was wondering what a Facebook Application could access, or alternatively what the API can access. Can it retrive your current status (online/idle/offline), or the status of your friends? Can it see ...
1
vote
2answers
507 views

Howto: Limit access to my facebook appliation

I developed an application for my masters class, that I want to limit ONLY to my masters class. Can I somehow limit the access? Or even connect the limit to the users in a group? edit In addition: ...