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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:36:38+00:00 2026-05-27T14:36:38+00:00

Hello I am using this function to login with facebook. Now browser prevents popup

  • 0

Hello I am using this function to login with facebook. Now browser prevents popup window to open and asks for permission. How to resolve it ? I can unserstand the issue is that browser takes this as non user event.

function chk_login()
{
  window.fbAsyncInit = function() {
  FB.init({appId: my_app_id, status: true, cookie: true, xfbml: true,oauth : true});
    FB.getLoginStatus(function(response) {
        if (response.authResponse) {
            var fb_access_token = response.authResponse.accessToken;
            FB.api('/me', function(response) {
                   console.log(response);
                 });
        }
        else
        {
        }
    });
    FB.login(function(response) {
        if (response.authResponse) {
            var fb_access_token = response.authResponse.accessToken;
            FB.api('/me', function(response) {
                console.log(response);
                 });
        }
    },{scope: fb_scope});
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());  
    }


<img src="fb_login.jpeg" onclick="chk_login()" alt="Facebook Login" style="cursor:pointer;"/>
  • 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-27T14:36:39+00:00Added an answer on May 27, 2026 at 2:36 pm

    Don’t wrap the whole SDK in your function, instead have your SDK initializing in the top of the page (after the <body> tag) and put the FB.login() method in your login function. something like:

    <body>
    <script>
    var isLoaded = false;
    window.fbAsyncInit = function() {
        FB.init({appId: my_app_id, status: true, cookie: true, xfbml: true,oauth : true});
        isLoaded = true;
        FB.getLoginStatus(function(response) {
            if (response.authResponse) {
                var fb_access_token = response.authResponse.accessToken;
                FB.api('/me', function(response) {
                    console.log(response);
                });
            }
        });
    };
    // Load the SDK Asynchronously
    (function(d){
     var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
     js = d.createElement('script'); js.id = id; js.async = true;
     js.src = "//connect.facebook.net/en_US/all.js";
     d.getElementsByTagName('head')[0].appendChild(js);
    }(document));
    function chk_login() {
        if(!isLoaded) {
            alert("JS-SDK is not yet loaded or something went wrong. Try again.");
            return false;
        }
        FB.login(function(response) {
            if (response.authResponse) {
                var fb_access_token = response.authResponse.accessToken;
                FB.api('/me', function(response) {
                    console.log(response);
                });
            }
        },{scope: fb_scope});
    }
    </script>
    
    <img src="fb_login.jpeg" onclick="chk_login()" alt="Facebook Login" style="cursor:pointer;"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following line: 14:48 say;0ed673079715c343281355c2a1fde843;2;laka;hello ;) I parse this by using a
hello frieds this is how i usually post a variable using Jquery.. $.post(include/save_legatee.inc.php, {
I typed this into Clojure REPL (using the enclojure Netbeans plugin): user=> hello, world
<script type=text/javascript> $(document).ready(function() { alert(Hello jQuery.); }); </script> This works the first time I
Hello I have this program which reverses letters I enter. I'm using iostream .
I am using this resource to help me out with Function Pointers: here But
I am using 'this' keyword for a long time. But when someone asks me
When I try to open port 80 in node.js using this code (helloWorld) var
I have a class: class MyClass(object): @property def myproperty(self): return 'hello' Using mox and
Would it be possible to print Hello twice using single condition ? if condition

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.