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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:59:00+00:00 2026-06-17T07:59:00+00:00

I use Fb.Login for logging in user in my facebook application. Does exist the

  • 0

I use Fb.Login for logging in user in my facebook application. Does exist the posibilities for a redirect_uri parameter? After the succesufull login i would like to redirect user to: https://www.facebook.com/page/app_33229693355?app_data=code, on classic login I user redirect_uri parameter to redirect after login, but here?

FB.login(function(response) {
}, {scope: \'publish_stream, photo_upload, user_birthday\'});

I need this because the next step is to write a picture in php.

  • 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-06-17T07:59:01+00:00Added an answer on June 17, 2026 at 7:59 am
      FB.Event.subscribe('auth.login', function () {
          window.location = "http://example.com";
      });
    

    Redirect will be fired when the auth status changes to connected. Checkout this FB.Event.subscribe Link for more info.

    If you want users data,

     FB.login(function(response) {
       if (response.authResponse) {
         console.log('Welcome!  Fetching your information.... ');
         FB.api('/me', function(response) {
             // make an ajax call to your php code and pass the name etc ...
             // on success of the ajax call, use window.location to redirect 
            console.log('Good to see you, ' + response.name + '.');
         });
       } else {
         console.log('User cancelled login or did not fully authorize.');
       }
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to integrate facebook in my actionscript application. I am using facebook
I use asp:Login control, user can login properly, but while checking user Profile information
I use the following URL setting to authorize Facebook login. But the page for
I am developing android application which requires user to Login. This application relies on
I'm attempting to use Flask and the Flask-Login extension to implement user authentication in
I use a modified script from Logging into facebook with python post : #!/usr/bin/python2
My goal is to use Facebook Login on a website with as few api
For testing purposes, I want to use a DialogBox for logging into my application.
Is it possible to login to facebook directly (facebook.com) using the test user account
A pretty simple requirement. After logging into web J2EE 6 application, 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.