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 Phone 7.1 is the version number of the OS and developer SDK for Windows Phone "Codename Mango". Phones running this operating system are marketed as being "Windows Phone 7.5".
0
votes
0answers
21 views
Authentication Token for Facebook Windows Phone
I'm developing a windows phone application that requires Facebook log-in. I can actually log-in successfully using my personal and developer account. The sandbox mode of the application is set to ...
0
votes
0answers
179 views
Make application bar button to log out Facebook-Windows Phone
I want to make one of my application bar icons/buttons a log out button for Facebook.
I saw that thread: Logging out from facebook using facebook c# sdk in WP7
This is the code of the button(in ...
0
votes
1answer
253 views
Posting to Friends wall using Facebook C# Sdk
I'm designing a WP7.1 App that publishes to other user's wall, using Facebook C# Sdk, without user interaction (i.e. in Background).
I searched for methods and discovered that a POST would do the ...
1
vote
0answers
237 views
Push notification mechanism used by other apps in Windows Phone
I want to know what push mechanism does gmail, facebook or other common apps use in Windows Phone? Are they using MPNS only or something else (like MQTT). For example, Facebook is available for all ...
0
votes
1answer
123 views
Is there any facebook api for c# available to use in windows phone for getting nearby places(atms/hotels)?
Is there any facebook c# api available to use in windows phone for getting nearby places(atms/hotels/hospitals/famous places etc) ?
0
votes
1answer
63 views
How to go back to the Windows Phone app page after hiding the windows phone browser user control?
I have developed a windows phone user control which has only Browser control in it's grid.
I am navigating to this Browser control from my main page of app upon clicking a button. This browser control ...
2
votes
1answer
113 views
Accessing Facebook Events [duplicate]
Possible Duplicate:
How to get all events from a facebook Page
I am working on a windows phone application and I need access to Facebook events.
I have found the Facebook C# SDK but there ...
2
votes
1answer
128 views
How to post Facebook Application request from Windows phone 7
Currently I am using Facebook c# SDK for my windowsphone7 application..,
I created friend list from which friend(thats facebook UID) is selected to send application request .
This is my code
...
1
vote
0answers
317 views
how to integrate facebook chat on Windows phone App? [closed]
I need to integrate Facebook chat on my windows phone app. I've tried,
agsXMPP
Jabber-Net
They are working in my windows forms application but i can't do those on my windows phone 7 app..
For ...
0
votes
0answers
127 views
Windows Phone 7, (OAuthException - #1) (#1) An unknown error occurred
I am creating a windows Phone 7.1 App using Facebook SDK version 6.0.10.0 .
I am setting facebook media object value through stream object
my code is
FacebookMediaStream media = new ...
1
vote
1answer
948 views
Logging out from facebook using facebook c# sdk in WP7
I want to implement logout from facebook using facebook C# sdk in my windows phone app
My primary question is how do we logout using Facebook C# SDK in WP7
I found this article in search
Article ...
0
votes
1answer
730 views
Windows Phone 7 ShareStatusTask - Is it possible to customize it further?
ShareStatusTask statusTask = new ShareStatusTask();
statusTask.Status = "Blogging";
statusTask.Show();
There is a ShareStatusTask available in Windows Phone 7 which meets most of my needs. But I ...
1
vote
1answer
723 views
How do you post photos on user's timeline from Windows phone mobile app?
I am trying to post photos from my Windows 7.1 mobile app into the user's timeline.
How can I do so?
0
votes
1answer
355 views
Can we get post on friends wall and comments, likes on those posts
Can we get relationship status changes of our friends from last 3 days including present day
what my app requires is the data of the friends who recently engaged/married etc
AND
Anniversary ...
0
votes
2answers
306 views
Installing the Facebook C# SDK
I want to implement login using facebook in my windows phone 7.1 application
When I try to install Facebook C# SDK using the nuget package manager console. It is added successfully, but when I try ...
0
votes
1answer
221 views
C# Facebook WP7 - display=touch being read as display=wap by facebook
I'm using the Facebook C# SDK 6.0.20 to allow users using my app to log onto facebook. I'm using the display=touch parameter so that the fb login page renders for mobile devices with smaller screens. ...
0
votes
1answer
65 views
Obtaining the location of places on facebook and integrating it into window phone app
I am trying to obtain information of a users current location I already have the users latitude and longitude what I want to know is are there any businesses (restaurants, clothing stores ect.) in ...
0
votes
1answer
1k views
User authentication using facebook from windows phone 7 app
I am working on a new project on windows phone 7, where i need to login to the application using facebook credentials.
I'm very new to facebook api.
For this do i need to create a fb app? or can i ...
2
votes
2answers
502 views
Where is the documentation to use the Facebook SDK for Windows Phone?
Hi where is the current documentation to use the Facebook SDK on Windows Phone to authenticate users? I checked Codeplex... but I'm not finding anything.
0
votes
2answers
923 views
How to make a wall post using windows phone 7 native app
I have created a native app on Windows Phone 7.
The user of the app will provide his login credentials to us when he registers as a new user. What i want to do is to give a handle of share on ...
0
votes
1answer
182 views
Is it possible to obtain user's facebook id and profile picture without asking him to log-in?
I'm wondering if it is possible to get the Facebook user ID of a Windows Phone user without asking the user to log-in. Any idea?
Thank you.
2
votes
2answers
296 views
Accessing the system integrated social network accounts
Is it possible to detect whether the user has registered a facebook/twitter/live/linkedin account in wp7? just for enable/disable a sharelinktask
2
votes
1answer
630 views
facebook-c#-sdk for windows phone mango 7.1, log-in fail
I have The following problem:
I use facebook-c#-sdk for windows phone 7.1(mango version), taken from here:
http://facebooksdk.codeplex.com/releases/view/76445 with the samples too,for compatibility ...
