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

  • Home
  • SEARCH
  • 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 7046225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:37:30+00:00 2026-05-28T02:37:30+00:00

I have a facebook app which runs in an iframe. When ever a new

  • 0

I have a facebook app which runs in an iframe. When ever a new user comes in it asks for the required permission and lets the user login to use the app further.

Now I want to put welcome page where user can put in the “invite code” if the user is new else the current flow of asking the permission will follow.

So my question is every time a user comes in how can I show him a page before he actually goes through the permission dialogue box?

Let me know if the question makes sense to you guys else I ll explain further may be with steps.

-deepak

  • 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-28T02:37:30+00:00Added an answer on May 28, 2026 at 2:37 am

    Use the Javascript SDK and call FB.getLoginStatus (https://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/) to determine if the user is authenticated or not to your app.

    FB.getLoginStatus(function(response) {
      if (response.status === 'connected') {
        // the user is logged in and connected to your
        // app, and response.authResponse supplies
        // the user's ID, a valid access token, a signed
        // request, and the time the access token 
        // and signed request each expire
        var uid = response.authResponse.userID;
        var accessToken = response.authResponse.accessToken;
      } else if (response.status === 'not_authorized') {
        // the user is logged in to Facebook, 
        //but not connected to the app
      } else {
        // the user isn't even logged in to Facebook.
      }
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app in which I have implemented facebook login. I copied the
I have facebook iFrame app which is being displayed in company page. On same
So I created a facebook app, I then have a user give permission for
I have an open-source app which uploads photos to Facebook. To save bandwidth, the
We have created a facebook-app which contains a fb:comment field. We have included the
I have a Canvas Facebook app embedded via an iframe. I would like to
I have an <fb:requestform> in an iFrame Facebook app. I have set target=_parent, so
I've a facebook app which posts in the user wall. In the post there
I have an iphone app which post photos into albums of facebook users, and
I'm trying to retrieve in my android app(in which I have facebook integrated )

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.