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.

A label is a placeholder for text and other UI elements.

learn more… | top users | synonyms

0
votes
0answers
29 views

Does anyone know why API errors are showing as “unknown”?

When I go to Insights --> Developer --> Activity & Errors and try to look at the "API Activity and Errors" section, the errors are all labeled as "unknown": Does anyone know how I can see more ...
0
votes
1answer
117 views

Xcode 4.6 - Problems posting text assigned to a UILabel to Facebook

In Xcode 4.6, I have on a .xib page, a column of Labels each consisting of text, and to the right of which, are a set of play buttons to play each audio, such as in the .m code: -(IBAction)pushButton ...
0
votes
1answer
88 views

iOS: how to post to Facebook with the contents of a label, rather than static text

I have an iOS project, where I have on a .xib page, a column of Labels consisting of text, and to the right of which, are a set of play buttons to play each audio, such as in the .m code: ...