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.

Extensible Application Markup Language (XAML) is an XML language used for defining user interfaces in WPF and Silverlight

learn more… | top users | synonyms

0
votes
2answers
92 views

Get facebook username using c#

Hi is there any way where i can get user's facebook username using their email and password? I have already done the authentication for user to login with facebook but i need a way to get the username ...
1
vote
1answer
142 views

Sharing on facebook and twitter from my metro app

I am working on a metro app and want to share something on Facebook and twitter. But in metro sharing their is source and target app concept. Source app is mine but how should I get Facebook and ...
0
votes
1answer
337 views

integrate facebook comment box to xaml (windows 8 store apps) C#

I am trying to embed Facebook comment box in a windows 8 store app. Is it possible to directly integrate the comment box or are there any other alternative solutions? What I am trying now >>>> ...
19
votes
2answers
39k views

The calling thread must be STA, because many UI components require this

I am using: http://www.codeproject.com/KB/IP/Facebook_API.aspx I am trying to call the xaml which is created using WPF. But it gives me an error: The calling thread must be STA, because many UI ...