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 7418755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:56:32+00:00 2026-05-29T07:56:32+00:00

I am developing an application which on login page also supports facebook login with

  • 0

I am developing an application which on login page also supports facebook login with

<fb:login-button>.

I have set up two Apps on facebook:

  1. one for localhost (Web site url http://localhost/, no App Domain)
  2. one for testing server (Web site url http://dev.domain.com/, no App
    Domain)

When I am developing on my own computer click on login button operates as expected and I am logged into my application.
When I put my application to the server (change appid and secret to use 2nd App) and click login button the facebook login dialog opens and when I enter email and password it closes but my applciation does not log me in.
Whats more if I check on server I see that process which is handling this web request is constantly increasing memory size (3MB per second) and its taking 50% or more CPU time. If this process is not stopped soon the server becomes unresponsive becouse memory used by it is maximum possible and CPU time is 100%.
This happens as soon as facebook login dialog closes.

In my application I am using library facebook C# SDK from codeplex.

If anyone has any information on what I might be doing wrong O would greatly appreciate the answer.

  • 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-29T07:56:33+00:00Added an answer on May 29, 2026 at 7:56 am

    Found the problem…it was not about facebook but .Net Framework. It appears that some versions of framework support parameter passing from dynamic objects and others don’t.
    So when i changed code from

    dynamic fbuser = GetUserData();
    DoSomethingWithID(fbuser.id);
    

    to

    dynamic fbuser = GetUserData();
    object fbid = fbuser.id;
    DoSomethingWithID(fbid);
    

    it started to work…dont really understand why sometimes even on the server it would work (after remote debugging it always worked until dll’s were replaced but …dont really care 🙂 )

    Thanks for all replies.

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

Sidebar

Related Questions

M developing an application which starts with a login page. After loggin the user
I am developing one application which need the following functionalities I have webserver. I
I'm developing an application which has a lot of text and also different modules
I'm developing an application which currently have hundreds of objects created. Is it possible
I am developing a Application which takes two Files and output will be two
I am developing a Facebook app. I have a server side OAuth flow which
I have a doubt in developing apps for iphone, Can I develop authentication page(with
I am developing an application in which I am using a login form at
I am developing an application which connects to the server. By now the login
I am developing one application which needs the gmail user authentication? How can I

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.