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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:40:35+00:00 2026-06-16T10:40:35+00:00

I have a form designed which takes input values. I want people to click

  • 0

I have a form designed which takes input values. I want people to click the button “sign up as facebook” which takes in their facebook details and as a result fills my custom form with the appropriate values. i want it to be like this one. https://www.odesk.com/signup/create-account/id/Contractor_50dbed1edc1416.20352143

Please tell me how can this be achieved?

  • 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-16T10:40:36+00:00Added an answer on June 16, 2026 at 10:40 am

    Registration Plugin is what you are looking for. 🙂

    UPDATED

    In Case you want to have custom form. You would have to take permission from user and get his details. You can use following Code :

    <div id="fb-root"></div> 
    <script src="https://connect.facebook.net/en_US/all.js"></script> 
    FB.init({appId: 'XXXXXXXXXXXXX',status : true,xfbml  : true, cookie: true ,oauth  : true});
    
    
    function login(){
            FB.getLoginStatus(function(response) {
            // checks if user already authorized
                        if (response.status === 'connected') {
                                FB.api('me?fields=id,name,email', function(user) {
                                         if(user != null) {
                                                                    username  = user.name;
                                                                    uid = user.id;
                                                                    email = user.email;
                                                                }
                                    });
    
                        } else {
            // If user is not authorized call FB.login for pop up window for authorization  , scope defines list of persmission requested with user
                        FB.login(function(response) {
                                if (response.authResponse.accessToken) {    
                                                FB.api('me?fields=id,name,email', function(user) {
                                                        if(user != null) {
                                                                    username  = user.name;
                                                                    uid = user.id;
                                                                    email = user.email;
                                                                }
                                                            }) 
                                                        } 
                                                    }, {scope:'email'});
                        }
    
                    });
        }
    

    You call login() at the press of your button.

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

Sidebar

Related Questions

I have designed one sign-up form,in this form after getting all necessary values I
I have form with 1 button. when you click on the button 3 others
I have form with few buttons and I want to know what button is
I have a LiveCycle designed PDF that I want to make its submit button
I have designed a form which was working fine until about an hour ago.
In short, I want to make a background form which takes up the whole
I have designed a custom panel which can expand or collapse form at run
I have designed a file upload form in PHP where it takes 3 pictures
I have designed a form which has code behind attached to IT. I have
I have designed a user profile form, a long form which is quite complicated.

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.