Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3674518
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:51:53+00:00 2026-05-19T02:51:53+00:00

I made in the past desktop application for facebook (in c# winform), Now I

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:51:53+00:00Added an answer on May 19, 2026 at 2:51 am

    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:

    <html><body>
    <div id="fb-root"></div>
    <script src="http://connect.facebook.net/en_US/all.js"></script>
    <script>
    FB.init({
       appId  : 'YOUR APP ID',
       status : true, // check login status
       cookie : true, // enable cookies to allow the server to access the session
       xfbml  : true  // parse XFBML
    });
    FB.getLoginStatus(function(response) {
      if (response.session) {
        FB.api('/me', function(api_response) {
          document.getElementById("usr-name").innerHTML=api_response.name;
          document.getElementById("app-content").style.display="block";
        });
      }
      else {
        alert("not logged in!") ;
      }
    });
    </script>
    <div id="app-content" style="display:none">
    Hello <span id="usr-name"></span>!
    </div>
    </body></html>
    

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a facebook application developer and have made applications in the past. I
I have only made one other ClickOnce application in the past but it generated
So, I have made some sample KML/KMZ files in the past, largely by hand,
While I have made a topic like this in the past, this is from
Have been learning ASP.NET (using C#) over the past few days. I have made
I'm just changing design errors made in the past, but want to keep backwards
I have made multiple simple but fun apps for iPhone in the past few
I have a few things I've made in the past that have the border-radius
I made some ajax sites in the past where I used ajax to get
I made a Web service in which I have a function to count some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.