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.
Desktop is an interface metaphor which is a set of unifying concepts used by graphical user interfaces to help users more easily interact with the computer.
0
votes
0answers
70 views
Get facebook login status in desktop app
I'm developing a Windows 8 JavaScript app with Facebook integrated in it.
I have managed to login the user into Facebook from the app.
The problem is that because I make a call to ...
0
votes
0answers
47 views
Get Facebook Login Status Without SDK
I'm developing a Windows 8 JavaScript app without the SDK, only using direct calls to Facebook API.
Is there a way to get the login status without FB.GetLoginStatus()?
-2
votes
1answer
33 views
Facebook Desktop Messenger Killing my machine [closed]
With MSN ending ni a few days, and hating Skype, I went to try the new FB Desktop Messenger and liked it very much, no longer needed two places to talk to friends, however, I cannot use it because it ...
0
votes
1answer
56 views
Facebook Desktop Auth pop up Browser
I'm writing a desktop app in C# that has Facebook integration and I'm trying to figure out how to do authentication/login. I have thought of two different approaches:
1. Popup default browser
The ...
1
vote
0answers
191 views
Using Facebook Login in Native Desktop App
I'm writing a VC++ app and I would like to allow users to login via Facebook. Looking through the documentation, it looks like they only support php on servers, JavaScript, and native mobile clients.
...
0
votes
1answer
102 views
New policies for desktop web games off of Facebook.com
what is intended for "desktop web game off facebook.com" ?
How can I create a web game only on facebook.com ?
I currently have the game www.logogame.biz and I don't want to be impacted by the ...
0
votes
0answers
114 views
Facebook Logo in Dekstop app
In our Desktop application we allow the user to connect to Facebook in order to retrieve their ID (which is used in our Facebook application). After looking at ...
1
vote
1answer
543 views
How does the Spotify Windows desktop application authenticate the user?
I noticed that the Windows desktop Spotify application asks me for my facebook username and password in the login screen. I am wondering what happens behind the scenes.
When I change my fb password ...
0
votes
1answer
327 views
How to re-authenticate NATIVE DESKTOP Facebook app
I'm in the progress of reading all documentation of Facebook related to programming a Native Desktop application for Facebook. I explicitly state Native Desktop app. It will be using Client Side ...
0
votes
2answers
739 views
C# Facebook SDK: How to
I have tried to find answers on following questions for at least one hour but with no success.
I have WPF project (C#) and I have webBrowser control to navigate to my Facebook page ...
0
votes
2answers
590 views
facebook desktop app C#
I am trying to build a desktop app to use facebook api and get data from friends.
Anyways I am stuck in the log in stage.
I have used some advice and made the log in to facebook with WebBrowser. It ...
0
votes
1answer
379 views
Desktop Facebook Logout
I have a desktop application that uses facebook authentication in offline mode. There is no session key as the app returns me an access token.
It stores the access token and allows the user to post ...
1
vote
1answer
208 views
Desktop user authentication via a touchscreen
As I understand it (and have also implemented) a user is required to interact with Facebook to enter their login details eg. through a web page embedded in desktop app.
Now I'm writing a desktop ...
2
votes
1answer
638 views
Facebook Desktop Application C++ [closed]
Can anyone suggest a good tutorial for developing a desktop facebook application in c++.
I went through the facebook documentation about applicatiion development. What are the parameters that need to ...
-1
votes
1answer
480 views
I can't publish to a Facebook user's wall even though I have the publish_stream permission
I cannot post to Facebook through my desktop applicationsand get the following error.
{"error":{"message":"(#200) This API call requires a valid app_id.","type":"OAuthException"}}
I use the ...
7
votes
5answers
3k views
How to use the javascript SDK from a desktop application
I'm writing a desktop application to interact with facebook by using an embedded browser which is running HTML \ javascript from local files.
I was able to use the login dialog to retrieve a token ...
1
vote
1answer
621 views
Default FB search
I read documentation about FB API, and FB graph, and still not sure how to do something.
I'm creating unique client for FB and G+, and when i log in with some user (with no friends for example) I need ...
0
votes
1answer
314 views
Facebook Desktop Notifier
I am a beginner programmer that have never used anything other than what's included in a language.
I am trying to create a desktop application that notifies me anytime I get an update on facebook. ...
0
votes
1answer
198 views
Ruby gem for desktop app [closed]
i'm trying to develop a ruby desktop app and i'm looking for a gem for it, because i only find gems for RoR, i don't know if this exist because i see on facebook api developers that i have to send an ...
0
votes
1answer
708 views
is there java facebook graph api for desktop?
Does any one implement the Desktop version with the embedded browser that can be used with the facebook graph api in java ?
0
votes
1answer
2k views
facebook api over rest getting Incorrect signature <error_code> 104
Hello all
im trying to send rest api Users.getLoggedInUser
i have all the secret session and all the Authenticationi made
according to this site :
...
2
votes
2answers
8k views
automatic login to facebook
I'm creating a desktop application in C#.
one of the things that this application should do is to publish things to the status of the user in facebook (like: "dave just won 3 gold medals" ). this ...
