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 is Microsoft's mobile operating system and software development platform. Use this tag for questions specific to Version 7.x

learn more… | top users | synonyms (2)

-2
votes
0answers
14 views

Is it possible to send facebook invite to application in widows phone? [closed]

I need to send an invite to my application to all my facebook friends on windows phone. I found this http://developers.facebridge.net/bugs/165333086959686?browse=search_5192fdea03bf29178364623, but is ...
0
votes
1answer
37 views

Facebook Authentication in Background - C# sdk

I am developing a windows phone app using facebook c# sdk. I created a login page to authenticate the user and it also working well. But my problem is, next time when the user open the app, it should ...
0
votes
1answer
41 views

Facebook Social Plugin Comments JSON.net deserializing not working

I have the following code inside of a WebClient StringCompleted. var json = JsonConvert.DeserializeObject<dynamic>(e.Result); the URL is this: ...
0
votes
0answers
42 views

LoginAsync() throws exception on Windows Phone

I am trying to implement Facebook C# API to our game project. I went with tutorial: http://facebooksdk.net/docs/phone/tutorial and I freezed with the first task: authentication. Since we are ...
0
votes
1answer
52 views

DirectoryNotFoundException - while uploading photos to facebook

I am developing a windows phone app using facebook c# sdk. I am having a problem uploading a photo to a facebook wall. The exception occurred on the line "var imageStream = File.OpenRead(imagepath);". ...
0
votes
0answers
48 views

How to post the images on Facebook wall in windows phone 7?

Hi I am new in windows phone platform, i want to know how to post and share the images on facebook wall for my app using c# in windows phone, please let me any sample project if anybody have it and ...
0
votes
0answers
52 views

Facebook Integration for Windows Phone not using developer profile

Can someone help me on Facebook integration for Windows phone? To give you a background, I'm working on an application that requires Facebook log-in, I already implemented this. However, I am able to ...
-1
votes
0answers
60 views

Integration Facebook Authentication

Is there a tutorial or link you can share for the newest Facebook C# SDK for .net? I followed this link http://mobile.tutsplus.com/tutorials/windows/windows-phone-connecting-with-facebook/ but it's ...
0
votes
1answer
119 views

Facebook login/logout, modern way

I had found tons of threads and solutions (like here, here, here or here). But they all either dated 2010-2011-early 2012, or have comment like "that way is not working anymore", or both. So, what ...
1
vote
1answer
88 views

Facebook SDK for Windows Phone: InvalidOperationException: Operation is not valid due to the current state of the object

I'm getting this exception when awaiting LoginAsync: await fb.LoginAsync("user_about_me"); The full stack trace is the following: {System.InvalidOperationException: Operation is not valid due to ...
0
votes
1answer
241 views

How to get Facebook friends email address using Facebook C# sdk 5.4.1.0 in Windows phone 7

I want to import Facebook contacts(Friends email address) to using an Windows Phone application app and save those contact to local phone. I want use Facebook C# sdk for, please tell me how to ...
0
votes
0answers
127 views

How to get FB access token when user have given some permission and denied some permission using Facebook C# sdk 5.4.1.0

I'm facing this issue on Window Phone 7.8. I'm not able to get access token when user give some permissions to my app and some skips or denied. For e.g I have asked user to give these permissions ...
1
vote
1answer
106 views

Facebook SDK for Windows Phone: InvalidCastException when calling FacebookSessionClient.LoginAsync(permissions);

I'm using the Facebook SDK for Windows Phone. I have created a Facebook app, enabled the option "Website with Facebook Login" and have assigned the appID in the code. When I execute the code the ...
0
votes
0answers
55 views

How to like a photo in facebook from a button in windows mobile app

I have a Facebook group for my mobile application. I want to like a specific photo inside that group in a button click event of the windows mobile application. One button is given for one photo in the ...
0
votes
0answers
47 views

Windows Phone Negative App getting Credentials from All ready Installed Facebook App in WP

I need a Help From You. I Developing App with Login Credentials of Facebook. Im working with facebook authentication and it's working Properly. But we want More Easy way. If already Windows Phone ...
0
votes
0answers
38 views

Send Facebook apprequest from Windows Phone

I'm trying to send an apprequest from my Windows Phone 7.5 application to a Facebook friend to invite that friend to play a gameround. According to Facebooks official documentation, a request should ...
0
votes
1answer
252 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 ...
0
votes
1answer
71 views

Why can login Facebook without OAuth?

I'm using windows phone and try to integrate Facebook with my App. But all I found that the login mechanism is using OAuth 2.0. Could anyone explain why Microsoft embedded People hub and Microsoft ...
0
votes
1answer
246 views

window phone 8 facebook connect

I'm trying to do the facebook connect sign in from this resource: http://mobile.tutsplus.com/tutorials/windows/windows-phone-connecting-with-facebook/ However,thats a different from the tutorial is ...
0
votes
1answer
82 views

Windows Phone | Facebook Integration With Add an Account Option

I am integrating facebook API with Facebook.dll. I want autologin for facebook in my application if I already have added accounts in my Windows Phone. The "add account" option is available in Phone ...
0
votes
1answer
94 views

How to get public's image via facebook api?

I want to show newsfeed from facebook in my wp8 app. I made a query to Graph API "me/home", an got a newsfeed. And I need an image of each authors of feed. For example a have a piese of newsfeed look ...
0
votes
0answers
59 views

Facebook check in and windows phone

I've got a script that essentially gives the user the ability to check in to a specific location when they click it. Upon clicking it, it checks them into the same location each time. On desktop this ...
0
votes
0answers
130 views

Facebook SDK for Windows Phone 7 (logging out on FB help)

I need some help on how to log out on FB for Windows Phone. I am using this source code: http://windowsphoneaalto.org/2012/01/facebook-get-information-about-the-user/ I tried looking for some ...
1
vote
1answer
86 views

Is it possible to post a picture to facebook,twitter using Microsoft.Phone.Task library in wp 7.5

I am using ShareLinkTask to post URL to social websites like twitter and facebook. Along with the URL ,i want to add a picture URI and the picture should display in sites.Is it possible ? Also is it ...
1
vote
0answers
119 views

Windows Phone 7 Facebook Image Posting Issue

I know these facebook api stuffs are really became a pain in the ass, after from my longer searches on internet, I could only find a message post API to facebook. I just want to modify it for both ...
1
vote
1answer
74 views

How can I change the user while using the Facebook C# sdk on Windows Phone?

I've started using the C# facebook sdk in my WP7 app, and it works, but I can only log in once. I have a class that opens a web browser and loads a facebook login page. I type in my info, and it does ...
0
votes
0answers
80 views

Authorization through facebook. An error occurred. Please try again later

In my app I authorization through facebook, all was ok. But now I try login through FB and get error: An error occurred. Please try again later. I update my Facebook, but It doesn't help This is my ...
0
votes
2answers
191 views

“An error occurred. Please try later” trying to connect to Facebook (Windows Phone/C# SDK)

((Using the C# Facebook SDK)) I have an app that's been working for a while now.. Since a few months ago, when people started getting Windows Phone 8 devices, some people have been getting an error ...
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
105 views

C# (Windows Phone) Facebook get info

How do I get other info from the user like location, birthday, or gender? I'm using this code as a guide for the project that I'm doing. ...
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 ...
0
votes
1answer
168 views

Unable to locate command :: org.apache.cordova.facebook.Connect

Windows Phone 7 app development with cordova 2.3.0. I get the error 'Unable to locate command :: org.apache.cordova.facebook.Connect' on FB.login. I started off with the code base that works fine in ...
-3
votes
2answers
190 views

Windows Phone C# - Get Real Time [closed]

Is there any way to get real world time into my application? (We can only retrieve such a high accuracy time on internet, so I need a method like this, which returns the real clock from internet)
0
votes
1answer
33 views

Facebook`s Likebox in Windows phone7

Is there any way of integrating Facebook`s Likebox plugin in Windows Phone 7, because the code for it is available in HTML5, XFBML. I actually want to display a listbox containing the posts of a ...
0
votes
0answers
53 views

WP7 Facebook reference issue

I have just found on internet how to login to facebook in your application for Windows phone 7. Here you can find the article; The Article Everything is OK, I have downloaded the latest facebook SDK ...
3
votes
1answer
495 views

Facebook logout Windows Phone Application without opening WebBrowser

I am trying to develop a Windows Phone 7 application using Facebook login and logout operations. I found Facebook SDK and used it in order to carry out login, by opening WebBrowser. The user enters ...
0
votes
2answers
223 views

API's to connect to facebook from windows phone?

I'm writing a windows phone app that should allows user to post status updates from within the application. Any link for the API's or help documentation that allows us to connect to facebook ?
0
votes
1answer
530 views

Facebook API Implementation in Windows Phone

I have an application. I have created a facebook page for it . Now when I look at the Facebook API , It asks me this 1)Select how your app integrates with Facebook Website with Facebook Login(Log in ...
0
votes
1answer
58 views

Facebook share and Tweet

I want to put Facebook share and tweet option in my xna based wp7 game. I am not at all sure where to start. Which FB/Twitter API, or any third party? I tried on the net and could not find steps. It ...
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 ...
0
votes
1answer
556 views

How to post picture on facebook fan page

I'am trying to develop app which takes a picture and sends it to my facebook fan page. Tried lots of different ways to do that, but at best it shares only a message and if i try to post a picture, ...
0
votes
0answers
39 views

Using facebook multiquery on Windows Phone results into Error = {“An error occurred performing a http web request.”}

My multiquery: var getphotoParams = new Dictionary<string, object>(); for (int j = 0; j < k; j++) { string getPhotos = ...
1
vote
1answer
102 views

How can I create a place on Facebook with windows phone 7.5?

I am trying to implement simple checkin functionality in a Facebook centric, location based WP7 application I am currently developing. I have managed to search and return a list of possible checkins ...
0
votes
1answer
217 views

Can't open https://graph.facebook.com/

Whatever I have tried I cannot navigate to "https://graph.facebook.com/..." neither from the web-browser, or from web-client. Every time I try to debug, I receive an error related to the certificate ...
1
vote
1answer
129 views

Using native Facebook App to post

I'm new in WP7 developing but in my looking for a way to post something on Facebook I found only external framework based on Browser object for authentication or or ShareLink \ Shared Status tasks. Is ...
0
votes
1answer
212 views

get Facebook Pages in Windows Phone 7 using C# SDK

I tried to figure this out using the Windows Phone sample from the Facebook C# SDK page, but have been unsuccessful. Here's the main code: private void GetPages() { var fb = new ...
0
votes
0answers
199 views

Page cannot be found error on Facebook login on my WP and iPhone app

This is happening to me since last 2 days. Earlier, successful login redirected to my app and I was able to proceed. Now I get this error page. I have to get out of the app and come back in and this ...
0
votes
1answer
261 views

How to get mobile Facebook login dialog on WP7?

Using Facebook C# SDK, I use GetLoginUrl with following parameters: var parameters = new Dictionary<string, object>(); parameters["client_id"] = FacebookSettings.AppID; ...
0
votes
1answer
1k views

Post location on facebook with latitude and longitude coordinates only

I am creating a native Windows Phone App, and I would like to have a functionality that enables making facebook wall posts with location displayed on the map(like when you tag some place). It might ...
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 ...

1 2 3 4