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.
C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
0
votes
1answer
17 views
How to Delegate a user to read friend's data on Facebook
I'm new FB programming.
When an application get some user's token, this app can only get data from his profile(like,, pages,groups, comments, shares etc..), and cannot read this kind of data from ...
-4
votes
1answer
21 views
Facebook App Token - does it ever expiry? [closed]
Facebook App Token -
Do App Token ever expiry?
Do App Token ever change?
1 Facebook app will only have 1 App Token, or can 1 Facebook App
have multiple App Token?
0
votes
0answers
18 views
C# Asp.net, Getting facebook insights to json successfully done but only works with “since”
I got the access token, every thing worked fine last week, but today nothing works
the url is the same!
https://graph.facebook.com/*app_number*/insights?access_token=blablabla
I also included the ...
0
votes
0answers
23 views
Unable to get pages owned by user
I am kind of new in C# dev and i am trying to get all the page id's and name's owned by the user but i don't get it why my code is not working . A solution to this will be great below is my code
...
0
votes
0answers
17 views
Facebook API Login C# Desktop App
I am trying to simply connect to the Facebook Graph using a C# console app, but am having a FacebookOAuth Exception. Here is my code so far:
var client = new FacebookClient();
// ...
0
votes
1answer
34 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
0answers
26 views
Facebook API Authentication on Desktop application without the official SDK
I want my C# desktop application to share content via Facebook. I cannot use the official .NET SDK, since that's not supported on .NET 2.0.
Specifically, I want to know how to do the login process. I ...
0
votes
1answer
74 views
windows phone 8 share content via Email,Facebook,and Twitter
i am developing a windows phone 8 application where i want to share all the data in that page via email, face-book and Twitter. In that page i have some image and description and also some other ...
0
votes
2answers
34 views
Accessing Result property of a Task
I am trying to retrieve the ID of an album using the C# Facebook SDK. However I am getting the below error:
System.Threading.Tasks.Task' does not contain a definition for 'Result' and no extension ...
2
votes
1answer
37 views
Facebook re-authentication in a popup window
I write a windows forms application that connects to user's profile in facebook, reads his wall and shows him updates in a widget, with the help of facebook c# sdk.
Everything works fine, except for ...
0
votes
0answers
9 views
Why do I get next and prev objects with the Graph API
I am making a call the to the Graph API with a set of dates. This returns me 5 valid objects that are within the date filter but I get prev and next object that contain urls to the next X entries, and ...
0
votes
0answers
39 views
using C# API to get number of comments to a Me/Home statuses
With the Facebook API, I use
fb.GetTaskAsync("/me/home", new { limit = "200" });
to get all my latest updates etc.
Also in my code I use
var result = (IDictionary<string, ...
0
votes
0answers
10 views
Get facebook fanpage content?
I don't know if it's the right place to post this question.
I want to get all the content from my Facebook Fanpage to my site and ability to post new message and comment to Facebook right on my site. ...
0
votes
2answers
63 views
Converting JSON to XML
I trying to convert JSON output into XML. Unfortunately I get this error:
JSON root object has multiple properties. The root object must have a single property in order to create a valid XML ...
0
votes
1answer
57 views
feed, home, post not giving actual wall posts in Facebook C# SDK
I am trying to retrieve Facebook wall posts of a user using Facebook C# SDK.
I am using feed connection, but what it gives me the entries which are shown in "Activity Log" section in my Facebook ...
0
votes
1answer
51 views
Getting user profile image link and email with Google or Facebook external login
I've been trying to figure out how to get user profile image link and email while registering user with external login. Does extra data in following example serves a purpose of retriving extra data?
...
0
votes
0answers
24 views
How can I get a user access token using an app token
I'm using the Facebook C# SDK, v6. Can I get a new user access token using my app token? Basically, my app will post to the user's wall (publish permission granted) long after their user token expires ...
0
votes
0answers
33 views
facebook like in ListView
I am trying to have like button for every product in datalist, and I did these
<fvk:likebutton ID="Likebutton3" runat="server" Url=' <%# ...
0
votes
0answers
11 views
Is it possible to configure one Facebook app to be used across multiple sub domains?
Can I use multiple sub_domains by specifying single app_domain?
And how to deal with the term of login with facebook when I am using multiple sub_domain?
0
votes
1answer
49 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);". ...
-1
votes
1answer
11 views
Is it possible to configure one Facebook app to be used across multiple domains? [duplicate]
Is it possible to configure one Facebook app to be used across multiple domains?
how can i authenticate user with one APP_ID and Multiple Domain?
0
votes
1answer
61 views
Custom Like using Facebook C# API
I'm using Facebook C# API and I want to create a custom "Like" action, allowing the user to like objects outside of Facebook.
The user will be allowed to "Like" a custom object, like an Apple or a ...
1
vote
1answer
132 views
Facebook integration with C# desktop application
im just going to dive straight in and give you a little background on what im trying to do, what i've tried, and the obstacles in my way. so here goes..
MY GOAL
To post to a facebook profile or wall ...
0
votes
1answer
19 views
Force authentification when connecting to Facebook app
To access my Facebook app i use :
https://graph.facebook.com/oauth/authorize?client_id=<App ...
0
votes
0answers
36 views
Adding contact to WP8 with Facebook/Twitter infos
Let's say that I have some infos about someone and I want to add them to my contacts using my app.
The infos may be:
Name
Surname
Email
Facebook Name (and/or Facebook user ID)
Twitter Name
Now, ...
1
vote
2answers
25 views
JSON sub level value c#
I have a Facebook reply as follows:
dynamic response = client.Get("me", new { fields = "verified, picture" });
BELOW IS THE JSON IN 'response'
{"verified":true,
...
0
votes
0answers
54 views
Convert expires_at filed from debug token in Facebook c# sdk
Hello I got a JsonObject by debug_token and I need to know what is expires_at/issued_at (What is the dataType) and how to convert it to C#'s DateTime.
Simply I need to know what is facebook mean by ...
0
votes
0answers
29 views
C# - Facebook - Publish on page wall as Admin
this is my little snipped of code, i'm trying to post on Facebook Fan Page with C# as admin.
Everythings works but when I look at the post on the page, was released from my profile and not from the ...
-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
0answers
63 views
How to handle Facebook expired/invalid access token C#?
in my Facebook app I've stored users' access token in my data base
whenever i want to make a post in my users' walls (face book users who granted my app a permission to publish in their wall)
i loop ...
0
votes
1answer
64 views
facebook comment - get comment count for URL?
My page uses facebook comment social plugin.
Is it possible to display only the comment count icon? seperately somewhere else? so we know how many users commented? either by getting the value by the ...
0
votes
1answer
44 views
Code should be throwing an exception but it doesn't
The below code posts an image to a Facebook page. However, when it fails (for whatever reason), it is not throwing any exceptions, so I cant find out the root cause of the failure (only a generic ...
1
vote
2answers
88 views
MVC 4 Authorization Issue with Facebook
Well I have gone through couple of same questions here, however did not able to crack it
My URL Looks like this , localhost:25251/Account/Login
And from the login page , I try to authorize using ...
0
votes
1answer
66 views
Unable to retrieve events/pictures for friend of a user through Facebook Graph API
I am trying to build a WPF C# application which requires shared data of a friend of my application user. I have tried using this query https://graph.facebook.com/[User_Id]/?fields=photos. But it do ...
0
votes
0answers
27 views
c# Custom connecting to a service (metro app)
Currently I'm using the standard Connecting to a service (facebook) to authenticate.
But is it possible to make this custom?? (read: make it less ugly)
0
votes
0answers
31 views
Uploaded Photo showing wrong caption (ASP.Net, c#)
We have a photo application that allows users to post photos from a specific venue. We set up a differnet appid (and url) for each venue. WHen we post the photo, it posts correctly, but when we view ...
2
votes
0answers
66 views
Can not connect with Facebook SDK v6
I try to use the new version of Facebook SDK but i can not connect with it.
Error :
Could not parse Facebook OAuth url.
First i define the login uri with this fonction
public static string ...
1
vote
0answers
82 views
How to share a facebook page's post on a facebook group using the facebook c# sdk v 6.x
I have tried to post a normal post on my Facebook groups using this desktop app that i created and succeeded i can publish normal posts or posts having a link to display its preview normally but when ...
0
votes
1answer
37 views
How come I can't pull data from a specific Facebook brand page?
I am getting different results from different pages in Facebook. I am using the FacebookClient api to pull data from "https://www.facebook.com/PAGE". From that I parse out the ID and create a new URL ...
0
votes
0answers
48 views
No more posts after 1323?
I am trying to pull all the posts from the Metallica page. 10212595263 is the ID for that page. I also pass in a since and until which amounts to going back 10 YEARS from today.
1051353928 = Sat, 26 ...
0
votes
0answers
136 views
How to get facebook access token with oAuth 2.0?
I want to get Facebook access token using oAuth 2.0 protocol in c#. I have AppId and AppSecret keys with me. I googled a lot and found many articles regarding this. All the articles are describing ...
0
votes
0answers
29 views
Getting facebook users who are using my app
I have one app prepared in android. Now, i want to get the list of Facebook users who are using my app, in c#.
Is it possible ?
Any idea , how to do that ?
Currently, i prepared the code in which i ...
0
votes
1answer
35 views
Can't GET my application's app page (100)
My application has 3 pages associated with it. Here are their id's :
151500351683665 (Community page)
143448712494935 (Community page)
563925353640654 (Application page)
Using the facebook C# ...
-3
votes
0answers
14 views
wordpress security alert on facebook [closed]
i post my wordpress website link on facebook it shows security alert.
I am seeing security alert with the following message:
The link you are trying to visit has been classified as potentially abusive ...
0
votes
1answer
116 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
87 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 ...
-1
votes
0answers
17 views
Facebook api not accepting a path [closed]
I am trying to gather facebook page information. I have this link - https://www.facebook.com/pages/Life-Cereal/100790638221
In the browser it appears correctly. To get the feed from a page, I usually ...
0
votes
2answers
63 views
Get list of invited friends from MultiFriendSelector
I am using ASP.net C# for a web application that integrates with the Facebook API. My application will allow users to create a group for sharing code. I need to use Facebook API to let the user invite ...
-1
votes
0answers
33 views
How to get the id of the facebook group via the group name in C # [closed]
I'm having a problem in programming with C #, that is:
I want to write a program to put on chains when the name of the group on Facebook will return an ID of the page group like ...
1
vote
0answers
43 views
automatically publish website posts in website facebook page
I have a website and when a new post is created in my website I want to publish it in the website's facebook page too (as the facebook page admin not the user who is posting it on the website). of ...



