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 UserControl is a separate, reusable input control that allows a user to interact with an application. User controls can be buttons, checkboxes, input text boxes, mice, keyboards, etc.

learn more… | top users | synonyms (3)

0
votes
0answers
47 views

get user from facebook to my data base to send them update

hello i creat an appliaction for postion directly in thier wall after thier confirmation but after i posted my application some user join in but in my website they show me there is 0 user in data ...
0
votes
0answers
20 views

How to tag content to a Facebook Networks

Stack I am working on a system that shows real-estate listings to visitors. I know that we can return user affiliations with FQL (standard_user_info). But I can't find any information that would ...
-1
votes
1answer
99 views

What control can I use to create something like facebook favorites edit screen [closed]

I want to create a control which behaves like facebook favorites edit screen (see image). I am working on ASP.NET Thanks
1
vote
0answers
184 views

Infinite redirect loop after facebook authenication in asp.net

I am trying to use facebook authentication on my asp.net application. I am using Facebook JavaScript SDK calls for this purpose. In my case, I call the facebook javascript SDK from my normal ...
2
votes
1answer
200 views

Facebook login user/page identifier

Sorry to ask this but browsing the awful Facebook documentation I cannot see the obvious - may to too obvious. I have a FB application for users to put on their page OK, simple enough etc. but the ...
0
votes
1answer
1k views

Why doesn't the Facebook Share example work?

Trying to implement the example from here. Facebook Share passes along the URL of your page to our servers, which in turn looks up certain HTML tags within it. Those tags are used to display ...
0
votes
2answers
857 views

ASP.NET Repeater Control - Referencing Individual Elements

I have a repeater that displays a custom user control on a form multiple times as follows: <asp:Repeater runat="server" ID="MyRepeater" ondatabinding="MyRepeater_DataBinding" > ...