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.
Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
0
votes
0answers
16 views
Handle Facebook signed_request without server side code
I have pure client side application with no server side code (and I cannot have server side code, that is client's request, it has to be platform nonindependent). The application will be hosted as ...
0
votes
0answers
45 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 ...
1
vote
1answer
96 views
Facebook login - how to develop on both localhost and in production?
I am developing a website which uses the Facebook login. Now, I want to be able to get this to work both in my production environment, as well as in my development environment.
On Facebook, I can ...
0
votes
1answer
238 views
how to convert the http to https the facebook app
I develop the facebook app, it default as http.My admin taken the ssl certificate for the https,he done the his work on iis 7.0 .
now browse the my facebook app,it works in http mode.
but it did not ...
0
votes
1answer
318 views
2 SSL, 3 web sites, 1 IP in IIS 7.5
I am developping facebook apps therefore i need to setup ssl certificates and i must say that it's not my thing.
I have :
a) 1 IP address
b) 2 ssl certificates from startssl for app1.site1.fr and ...
1
vote
1answer
419 views
Unable to open Facebook C# SDK canvas samples. IIS 6?
Downloaded Facebook C# SDK 5.4.1 from here.
I've been through the CS-WinForms solution which works fine. I'm now trying to open the CS-Canvas-AspNetWebForms-JsSdk and ...
0
votes
1answer
330 views
facebook iframe app is blank when using https
I'm using a self generated SSL certificate on my localhost IIS and pointed my facebook sercure Iframe app URL to https:\localhost but just get a blank page.
when browsing to it not within FB, it ...
1
vote
2answers
843 views
Facebook app with asp.net
I am trying to get my first hello world application on facebook using asp.net with facebook toolkit.
I am hosting my files on www.aspspider.info/jasminm89/ using it as a canvasurl
and link to my ...
0
votes
1answer
77 views
How to designate Facebook domain for Windows machine
I'm trying to do some dev on a Facebook enabled application on my Windows 7 machine.
When setting up the app in Facebook's control panel, it will not let me use "localhost" or "machinename" as a ...
4
votes
1answer
2k views
Configuration Error 'Facebook.FacebookConfigurationSection'
I created a sample asp.net 4.0 application which includes a Facebook Connect button. I run the website on IIS.
The site is working fine. But the application gives me error whenever I deployed it in ...
0
votes
2answers
821 views
Aggregation of IIS logs
We have an IIS .Net application deployed across several machines. We use IIS log information to do reporting of performance of the web application and navigation by the user. Currently the reporting ...
3
votes
2answers
255 views
I'm getting this error on my Facebook App tab - illegal tag “body” under “fb:tab-position”
I'm using IIS and have heard that I may need to configure IIS to accept Post request can someone walk me through this. The app works just fine as a stand alone it's only when the tab gets displayed ...
3
votes
1answer
754 views
Facebook Connect on Coldfusion 8
I am trying to get ColdFusion 8 work with FB Connect
I am running CF8 on IIS, Windows Server 2003.
I use this FB Connect wrapper for ColdFusion written by James Constable,
...