I made in the past desktop application for facebook (in c# winform),
Now I have idea for another application, I already did a prototype for it,
And I want to write it on facebook web application
- What are the main differences in building desktop facebook application to web facebook application?
- Do you have any suggestion how should I start the web application?
- How do you manage database in web application? (can I use entity framework or there is anything else that is more appropriate/simple for it)
- Do you have any link to simple facebook web application that you can share?
I will write it with C#, so please be focus on that language
Thanks,
Dan
You should probably base it around the Facebook JavaScript SDK, at least that’s what the Docs recommend these days. A really simple “Hello User” type app (really just a simple webpage) could look something like this:
Hope this helps!