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.
Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX. Not to be confused with Windows RT, the edition of Windows 8 for ARM devices; see windows-rt.
0
votes
1answer
88 views
Twitter/Facebook authorization in Windows 8 app with Javascript
Is there any way to login with Facebook/Twitter in Windows 8 app based on Javascript and HTML5?
Authorization pages do not allow themselves to be embedded with iframe and I can not navigate topmost ...
1
vote
1answer
359 views
WinRT C#, Facebook share option inside share charm redirecting to own control?
How do I add my own share option (target) to the share charm in WinRT? I want to add a custom "share on facebook" button, which would cause a custom menu to pop-up. I successfully implemented this ...
2
votes
1answer
308 views
WebAuthenticationBroker hangs if passed off to Facebook from foursquare
I've written a XAML-based WinRT app that connects to foursquare via the WebAuthenticationBroker.AuthenticateAsync call. Here's the auth code:
public async Task<string> ...
1
vote
1answer
531 views
Facebook WinRT Authentication
I am using WinRT's WebAuthenticationBroker to attempt to connect to Facebook over OAuth. When I do this I get back a page that says: An error occurred. Please try again later.
I am wondering how I ...
1
vote
0answers
212 views
Odd Exception from Facebook: JavaScript runtime error: CSS component nnnn has already been requested
I have a Facebook application on Windows Runtime that uses the Facebook C-Sharp SDK.
When logging in for the first time, the normal sequence of operation commence; login, accept permissions, name the ...
1
vote
5answers
3k views
How to share image and text to facebook from windows 8 apps?
I am building a Windows 8 app which allow sharing Image and text to Facebook and Twitter.
Can anyone tell me where to start or what the easiest way to do this is?
0
votes
1answer
92 views
How do get a list of pages by Location in the Open Graph?
I would like to get a list of pages by Location, preferably Lat and Long, from the Facebook Open Graph. The Location object is not indexed, understandably, so FQL can't seem to get it. Has anyone ...
2
votes
1answer
611 views
FacebookClient.GetTaskAsync Paramaters
I am working on a Windows 8 metro prototype app that will post a message to a wall.
I installed the SDK, and so far I have
public MainWindowViewModel()
{
try
{
Action<object> ...