Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I want to develop a asp.net application to Facebook.

Since most of the examples in Facebook are in PHP ( which I'm not familiar with), I wanted to know if it is possible to make a server side in asp.net.

I created a Facebook application but when I click on the url to reach it, I get an "uploading" message that eventually disappears and I get an error message in the application section of the page itself.

I read about the c# SDK and sort of things but I can't see any result from the server - even a simple text message.

share|improve this question
In order to work out what is going wrong with your code, you will need to include specific code examples of what you've tried, and where it's going wrong. – Ashley Ross Oct 31 '12 at 16:05

1 Answer

Try running the facebook SDK C# example and make sure to implement your own "AppId" and "AppSecret" values as provided by the Facebook Developer App.

share|improve this answer
Hi, Yea, I did it. I think I'm missing something. Let me just write what I did. I set a url ( an IP, not a domain) to the: "Canvas URL" and to the "Secure Canvas URL". I placed the application in the directory specified in the URL. When I go to the link of my application, I get a "uploading (0%)..." message for a few seconds and then I get a message: – Avi Nov 1 '12 at 7:49
The message that I get is "This webpage is not available". – Avi Nov 1 '12 at 7:55
I tried it but it didn't help. – Avi Nov 4 '12 at 8:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.