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 Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

learn more… | top users | synonyms (2)

0
votes
0answers
46 views

WCF WebGet method fires multiple times

I have a WCF WebGet method setup as follows: <OperationContract(), WebGet(UriTemplate:="/Authorise/")> Public Function AuthoriseSuccess() As ServiceResponse End Function On my local instance ...
2
votes
0answers
80 views

How to secure wcf serivce with facebook auth?

I'm building mobile application (with PhoneGap/Cordova). In order to use my app, the client must authenticate with facebook. I would like to use that facebook auth mechanism for securing my wcf ...
0
votes
0answers
144 views

Authentication: facebook authencation via API

Can we authenticate to facebook Via API not through User Interface which prompts for credentials? Since facebook is turning off/removing the Offline_Access permission, Is there any way I can login ...
1
vote
1answer
276 views

Jquery mobile application architecture

I have a few questions, I want to write a web app using JQUERY Mobile, WCF or ASP.NET WEB API as service & FACEBOOK AUTHENTICATION. I want certain pieces of my app to be only visible to logged ...
0
votes
1answer
295 views

graph api posting scores results in 403 forbidden, but only for some users?

So I successfully had my app posting scores to facebook using my account. But when I went to implement leaderboards, I tried playing with my wifes account. When it tries to submit her score, it ...
1
vote
1answer
360 views

Facebook C# SDK with WCF service

I'm interested in making a cross-platform Facebook, but non-browser based application. Therefor I'd like to make WCF service, which provide and hide e.g. authentication methods, queries via Graph ...
0
votes
1answer
396 views

Coding pattern for calling a rest base wcf service from IOS

I am trying to find out if there are any good patterns or coding standard for calling a WCF REST based api from objective c ios platform. I have quite a few REST based WCF service methods needs that ...
1
vote
0answers
272 views

Real Time Updates using Windows Communication Foundation

I'm trying to implement Real Time Updates by using Windows Communication Foundation and REST; I've successfully solved one part (see link) So I subscribe to the events that I want, but don't get ANY ...
0
votes
1answer
256 views

User Authorization with Facebook

I have implemented Facebook user authentication with my current project and now I would like to implement authorization. I need authorization to check if a user is logged in when they try to perform ...
1
vote
1answer
873 views

Wcf client/server Login using facebook connect

Is it possible to use the facebook connect platform, which frees webmasters from the need of creating their own login mechanism, with a wcf client/server applications as a login? If this can be ...
0
votes
1answer
552 views

Return Json Exception

The graph facebook API return this error if you dont provide a valid token: { "error": { "type": "OAuthException", "message": "An access token is required to request this ...
1
vote
1answer
1k views

facebook chat in silverlight

I have a silverlight application and i want is that my application should ask for the user name and password and the client should be able to start chat with their facebook friends.Could this be done? ...