Skip to main content

All Questions

0 votes
1 answer
214 views

Changing privacy settings using Facebook SDK in csharp for windowsphone

If I use these parameters and upload image or update status then it is uploading/updating in Audience as Public. But i need to change Audience to only me. var parameters = new Dictionary<string, ...
user3934867's user avatar
0 votes
1 answer
109 views

Problems with variables in facebook-sdk-net

I get the message in this line, that I use local variable "name", which isnt set. string firstname = name; But I set the variable name in this line name = String.Format("{0} {1}", (string)result["...
Roger Bazlou's user avatar
1 vote
1 answer
78 views

System.ObjectDisposedException not treated in facebook windows phone app

In this line appears error: "Cannot access a disposed object". db._fbcontacts.InsertOnSubmit(new FacebookContactsList { Name = FBName }); What can a reason of it? There is the method where I want ...
user avatar
0 votes
1 answer
117 views

Rewrite code in Caliburn. Micro

There is this code uses in LandingPage.xaml.cs private void LoadUserInfo() { var fb = new FacebookClient(App.AccessToken); fb.GetCompleted += (o, e) => { ...
Roger Bazlou's user avatar
2 votes
2 answers
1k views

HttpWebRequest UserAgent setter - This property is not implemented by this class

I am developing a simple application. I am trying to implement face book in my app. I have done with a sample project. But when I try to implement in my original project I am getting error This ...
Vijayadhas Chandrasekaran's user avatar
0 votes
1 answer
114 views

How to log out from the Facebook in windows phone 7 using facebook api?

I am trying to add Facebook into my application. I have try with a sample. public class FacebookLoginPageViewModel { private static WebBrowser _webBrowser; private Page _page; private ...
Vijay's user avatar
  • 3,372
2 votes
3 answers
2k views

Facebook SDK for .NET Login Button, logout code

I've used the Login Button Control in the Facebook SDK for .NET in an app and I need to change the Status/state of the login button control from "Logout" to "Login" i.e., I need to logout the user ...
kshitijgandhi's user avatar
0 votes
1 answer
210 views

Sending FB requests dialog in Windows Phone 7 application?

I am working on WP7 project and I need to send request on FB to invite other users to my application, but I am not sure if it's even possible. According to https://developers.facebook.com/docs/...
boski's user avatar
  • 1,146
1 vote
1 answer
2k views

Windows Phone Facebook Integration

Guys i am doing Windows Phonefacebook integration. In that image i showed two image. here i am getting login look like first image. I want my facebook login look like Second image. private void ...
Dinesh Kanivu's user avatar
1 vote
1 answer
454 views

Issues authenticating with Facebook sdk .net - blank white screen in browser

I am having issues with Authentication in my Windows Phone 7 app using Facebook SDK .net here is the authentication part var facebookClient = new FacebookClient(); facebookClient.AppId = ...
Gaz83's user avatar
  • 2,673
1 vote
1 answer
460 views

Post a Facebook Story as map with C# is not working

I am trying to post a Facebook story with a map attachement. I can post the story successfully, but the attachement is not shown as map. I am using the Facebook C# SDK (http://facebooksdk.net/). This ...
Nuker's user avatar
  • 2,597
0 votes
1 answer
260 views

facebook launch

I wanted to launch facebook through a button from my application for which i was using the below code: private async void btn_facebook_Tap(object sender, RoutedEventArgs e) { var op = ...
Priyanshu's user avatar
0 votes
1 answer
708 views

Facebook api login success but not return success paper

i am writing a windows phone game with facebook integrated. I have a problem. After I logged in with right username/password. It showed: "... would like to access your public profile...". And I ...
Chau Giang's user avatar
1 vote
0 answers
164 views

Windows Phone - like facebook page and check if it is like

I found many tutorials of how to connect to facebook by Windows Phone but everytime example was with sharing on wall something. But what if I want to create page and then in app I want to user to have ...
Libor Zapletal's user avatar
0 votes
2 answers
296 views

Share Link with Picture URI on Facebook in Wp7

I am using the following parameters to Post a Link along with the picture uri to Facebook. But the thumbnail picture gets cropped. How can i solve this? var parameters = new Dictionary<string, ...
Mudit Bajpai's user avatar
  • 3,010

15 30 50 per page