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.

User Input is data that the user inputs into the program. It generally takes the form of a String, but may also be an integer, floating-point number, etc.

learn more… | top users | synonyms (1)

0
votes
0answers
16 views

What kind of Information Does Facebook Track off an App

Apologies in advance if this is the incorrect place to post this question. Thinking about building an app that offers a free financial calculation. Was curious on Facebook policy on tracking apps ...
1
vote
2answers
161 views

How should I handle anonymous user input?

I'd like the users of my web application to not have to register a user account before they can vote. I've seen websites where I could freely vote up or down on what ever I want without having to ...
3
votes
1answer
915 views

Facebook iOS SDK Dialog issue Text Input

I'm building a Facebook app that calls a Facebook dialog box to allow users to share a post. Using the facebook documentation, a call to the facebook object: [appDelegate.facebook dialog:@"feed" ...