Tagged Questions
23
votes
16answers
5k views
Which Facebook .NET Library is the best to use?
There is a list of projects here, mainly the Facebook Developer Toolkit and Facebook.NET. However, I've seen a lot of negative feedback about the toolkit and it seems like Facebook.NET hasn't been ...
10
votes
2answers
4k views
How can I get the same HMAC256-results in C# like in the PHP unit tests?
I thought I would try and get the new Signed Request logic added to my facebook canvas application, to make this "easy" on myself I went to the facebook PHP sdk over at GitHub and took a look at the ...
7
votes
3answers
569 views
Facebook Libraries for .NET
I'm trying to create my first application for facebook using MVC, but can't decide on the API library to use.
I found this post, but its over a year old and I'm sure a lot has changes since then.
...
6
votes
2answers
1k views
Post WP7 Game Achievements from XNA to Facebook
Lately we've been working on a 3D XNA-powered game for Windows Phone 7. We wanted to integrate an achievements system and be able to post achievements to Facebook. My question is: have someone done ...
4
votes
2answers
596 views
Architecture for testable iframe application - Best practices with Facebook C# SDK
I am struggling in seting up a the basic architecture for my ASP.NET MVC Facebook iframe application which is running on Windows Azure.
I know that there are some basic samples, how to use the ...
4
votes
1answer
84 views
LIVEMESSAGING Using “ FaceBook API ” in Silverlight Application
I'm using a Silverlight Application and want to use LIVEMESSAGE class for Instant Messaging through FaceBook API. Can any body tell me how to use this LIVEMESSAGE for Messaging by using an Example?
...
4
votes
1answer
5k views
How to get Facebook infinite session key right after offline_access is granted using Facebook Developer Toolkit
I'm using the 3.0 version of the Facebook Developer Toolkit to build an MVC iframe Facebook app, and having some trouble getting the infinite session key immediately after it is granted.
When the ...
4
votes
1answer
1k views
Is it possible to do a Facebook status update programatically in .NET?
I'm using Twitter's OAuth API to updates a user's twitter account (twitter status update) provided they give permission / authorise my site with their twitter account. works great.
Can the same be ...
3
votes
3answers
373 views
Facebook Canvas POST ASP.net
Facebook is requiring all canvas apps to support HTTP POST in the iframe instead of GET. However, when I enable the feature, ASP.net complains that
The HTTP verb POST used to access path '/' is not ...
3
votes
2answers
730 views
Migrating from old (v3.0) Facebook .Net SDK to the latest (v5.0)
originally i was using a .net sdk for facebook found here:
http://facebooktoolkit.codeplex.com/
but now, i am trying to migrate over to the latest version which is hosted below, and implements many ...
3
votes
5answers
1k views
Scraping a Facebook App for Data
I'm using a Facebook application that has a rich set of information that I'd like to get at offline. To do this, I essentially need to read the infromation from the web pages into my own database. ...
3
votes
2answers
896 views
Recommended architecture for a .NET Facebook Game
What is a good architecture for implementing a real-time, multi-player Silverlight-based game that is intended to integrate and run from Facebook?
The idea is to build a Silverlight-based game that ...
3
votes
3answers
2k views
Dealing with multiple login systems (Facebook Connect, Google Account, and others)
If you want to allow your site users to be able to login with Facebook Connect, Google Account, etc, how do you design your database so that they are all integrated?
2
votes
2answers
250 views
.NET facebook sdk silverlight
im trying to develop a silverlight application that uses facebook sdk, after some research i found an example here (source code and samples).
i studied the CSSilverlightInBrowser project and i ...
2
votes
3answers
2k views
Error validating access token: The session is invalid because the user logged out
My code:
var fbWebContext = FacebookWebContext.Current;
if (fbWebContext.IsAuthorized())
{
var fb = new FacebookWebClient(fbWebContext);
dynamic result = fb.Get("/me");
...
2
votes
2answers
648 views
Failing to retrieve access token in .NET desktop app
I'm writing a .NET app that runs on a Windows computer. It is not accessible through the browser. The problem is, I can't authenticate like I should. I'm currently coding in C# .NET, more specific in ...
2
votes
1answer
350 views
Server architecture for a scalable Facebook game
Some friends and I have written a game for Facebook without much thought into the actual architecture of the game - and imagine our surprise when we reached over 300,000 unique players per month and ...
2
votes
1answer
613 views
Facebook app getting an HTTP 500.23 error; Translation?
I'm building my first facebook app, and I'm having a problem, I'm to knew to this whole thing to understand whats going on, and was hoping someone more experienced may understand. Here is a link to ...
2
votes
2answers
693 views
How do I programmatically upload pictures to facebook?
Ok, so here was my first question:
How do I allow visitors on my site to share my photos on their facebook news feed?
After implementing it I realized what I really want is to upload the image as a ...
2
votes
1answer
447 views
Posting Updates to Facebook Fan Pages using Graph API?
I want to post on face book page using Graph API.The code will be in Asp.Net with c#.Just need to know how can i post to face book page(not account).I am able to send into account,now want to post in ...
2
votes
2answers
1k views
Facebook Graph API “/userid/feed” returning Blank
I'm using Facebook C# SDK and I can't seem to get feed data back using Graph API.
I've obtained the following extended permissions from the user:
...
2
votes
3answers
3k views
Problem obtaing profile pictures from Facebook Graph API
Hey!
Have gotten the foundation in place, but now, finding myself wanting to play around with my
application's user's profile pictures; I'm stumped....and have been for quite some hours...
Firstly, ...
2
votes
1answer
94 views
Hot to get a web pages's text overview and photo from a link-similar to facebook when posting a link
When you posting a link on facebook they retrieve an image from that link's page and an overview of that page's content. Any ideas on how to have this kind of functionality?
Thanks in advance.
2
votes
1answer
2k views
How can I connect to facebook chat using .net?
How can I connect to Facebook chat using C# or Visual Basic?
2
votes
3answers
282 views
What are the pros and cons of writing a Facebook application in .NET?
I am beginning to write a Facebook application. I have read many articles about the subject and have learned that Facebook has an official PHP API, and .NET has a Facebook toolkit from Codeplex.
Both ...
2
votes
1answer
273 views
How to retrieve forums and messages in a group with the Facebook API?
I started to play with .net Facebook API on a desktop app. I would like to do a simple reader of secret group forums. Does anyone know if it's possible to retrieve it?
I found a way to post comments, ...
2
votes
3answers
12k views
How can I post something to a Wall using Facebook Developer Toolkit?
Does anyone have experience using the Facebook Developer Toolkit? I am trying to post something to a Facebook user's Wall, but can't figure out how to use the API? Could someone could give me an ...
1
vote
3answers
65 views
How to integrate facebook account with asp.net web site?
Hi I have integrated Facebook with asp.net web site through open id But now it is not working . I think Facebook change process of authentication.
So there is any way to integrate Facebook account ...
1
vote
1answer
89 views
How do I check if .Post has send successfully in Facebook C# sdk?
I try send the message using the followingcode:
//...
FacebookClient fbClient = new FacebookClient(appId, appSecret);
fbClient.AccessToken = "...";
string to = "user id";
dynamic result = ...
1
vote
1answer
84 views
Post to wall in .NET on Facebook (The message ,that is sent, is empty)
I read this documentation and used the code that is given there. Everything is working fine except the message I tried to send. The message seems empty on the wall.
The accessUrl is correct so the ...
1
vote
1answer
27 views
Automated testing of a Facebook-enabled application - possible?
Our application behaves fairly differently when a Facebook account is linked to it. In the web browser, the linking process involves calling FB.login and requesting minimal privileges. This gives the ...
1
vote
1answer
200 views
How to get entire post content having post_id WITHOUT using FQL - .NET?
i searched a lot for an answer to this question but i did not find any helpful resource. I am doing a post on my wall with ...
1
vote
1answer
108 views
upload photos to facebook using the API
I'm looking for an example code/article in PHP or .net how upload and mark upload photos to facebook using API.
it's possible?
if can't with API, how I do this?
any help is appreciated
Thanks in ...
1
vote
1answer
346 views
.NET UpdatePanel and FaceBook / Twitter Buttons
I have an UpdatePanel which has a gridview inside it. On each of the gridviewrows, within the gridview, I have a Twitter and FaceBook button.
The gridview renders fine with the buttons on page load, ...
1
vote
1answer
176 views
How to aggregate Twitter and Facebook posts to an Orchard blog?
I'm working on Orchard CMS and I need to have a couple of blogs. Each blog needs to have a Twitter account and a Facebook page associated. Whenever a new tweet or a new status is posted on those ...
1
vote
1answer
148 views
Facebook cookie not accessible to code
From yesterday we are facing a problem of my application keep on reloading in facebook.
I tried to debug it and came on following lines. Following is my code for facebook autologin.
if ...
1
vote
0answers
191 views
How to keep facebook login without browser alive in .NET?
I am logging in to facebook using a HTTPWebRequest in .NET, it works fine returning home.php logged in, but if I try to load another page it does not do it as logged in.
I have tried saving the ...
1
vote
1answer
2k views
list of all friends C# Facebook SDK v5
Can you please give me the code for getting the list of all friends for a user?
Then How can I send an invitation to use my app, or send a comment to one of the friends?
Please don't tell me to look ...
1
vote
1answer
520 views
ASP .NET MVC 3 based Facebook app: parse query string array with default model binder?
In a nutshell: Facebook passes my MVC 3 application the following query string after a user selects friends with the fb:request-form control:
...
1
vote
1answer
235 views
Can I post a public message to my Facebook application?
Can I post a public message to an my application, and if so, will it automatically send that message to the public feeds of all users of the application who have authorized it for ...
1
vote
1answer
299 views
When using Graph API for mass notification, how do I make it efficient?
I'm using the Facebook C# SDK and am looking for an answer in context of that library, however general info might also be helpful.
Question
When accessing multiple Facebook users (e.g. to send a ...
1
vote
3answers
2k views
Posting image from .NET to Facebook wall using the Graph API
I'm using the Facebooks Javascript API to develop an application that will need to be able to post an image to a users wall.
That part of the app needs to be server-side as far as I can tell, since it ...
1
vote
4answers
3k views
HTTP verb POST used to access path '/' is not allowed in Facebook app
I'm trying to build simple facebook application with 4.2.1 C# SDK. But I have an error:
The HTTP verb POST used to access path '/' is not allowed.
Description: An unhandled exception occurred during ...
1
vote
1answer
579 views
Facebook ASP.NET MVC App with multiple controllers
I am using the Facebook C# SDK to develop an iframe Facebook application.
I looked at the example and find this piece of code to do authorization in a controller:
namespace ...
1
vote
4answers
259 views
Facebook .net Application Development
Whats the best starting point for facebook application development in .net?
1
vote
1answer
766 views
Facebook C# SDK, AJAX in iFrame app
I am making an iFrame application for Facebook using the Facebook C# SDK. I have it that the user is authenticating and I can get their username using the Graph API (FaceBookApp.Api("/userid"))
My ...
1
vote
3answers
124 views
Silverlight and Facebook
How well does Silverlight play with Facebook?
Is there a special toolkit for facebook that I should use?
1
vote
2answers
238 views
facebook and twitter in .net
can any one give the demo
how to implement facebook like box( single sign - on) and twitter's tweets for a web application using .net(c#)
1
vote
2answers
259 views
Facebook integration, Website with a Business Page(not profile)
Is the following possible, after many hours of searching I cannot find a straight answer anywhere.
From an external website, which users login to using their Facebook Login, we wish to allow users to ...
1
vote
2answers
156 views
Is there a way to programmatically remove friends on Facebook?
It sure is a pain to prune a Facebook profile. Is there any way using the Facebook API (or some other mechanism) to authenticate as a particular user and remove friends from the user's list? I have ...
