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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:50:20+00:00 2026-06-17T14:50:20+00:00

Can I configure sign up using face book in my android/ios app? I have

  • 0

Can I configure sign up using face book in my android/ios app?
I have successfully integrate Facebook Login in ios and android but this time I need to use face book sign up. I have gone through google and found some tutorial but I got it for web site using iframe.
I also need to store user email and password in my server side database at time of Facebook sign up.
I am using php/mysql at server side.
Thanks in advance to spend your valuable time to solve my question.
Regards, Mayur.

  • 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-17T14:50:21+00:00Added an answer on June 17, 2026 at 2:50 pm

    I am assuming that you want registration via Facebook in your app.

    for iOS,

    What I have used to get information of user from Facebook login is

    1) Show facebook dialog for login into facebook account.

    2) When successfully login in - (void) dialogDidSucceed:(NSURL*)url method will call of FBLoginDialog.m file

    3) Now use FbGraphResponse to get user details to fullfil your registration process.

    Example :

    -(void)getUserDetails 
    {
    NSMutableDictionary * params = [[[NSMutableDictionary alloc]init] autorelease];
                [params setValue:@"normal" forKey:@"type"];
                fb_graph_response =[[FBRequestWrapper defaultManager] doGraphGet:@"me" withGetVars:params];
                NSLog(@"getMeButtonPressed:  %@", fb_graph_response.htmlResponse);
    responseArray = [[NSMutableArray alloc]init];
    
                responseArray = [fb_graph_response.htmlResponse JSONValue];
    
                userdetails = [[Userdetails alloc] init];
    
                [userdetails setUserid:[responseArray valueForKey:@"id"]];
                [userdetails setUsername:[responseArray valueForKey:@"name"]];
                [userdetails setGender:[responseArray valueForKey:@"gender"]];
                [userdetails setHometown:[[responseArray valueForKey:@"hometown"] valueForKey:@"name"]];
                [userdetails setLocation:[[responseArray valueForKey:@"location"]valueForKey:@"name"]];
                [userdetails setBio:[responseArray valueForKey:@"bio"]];
                [userdetails setFirst_name:[responseArray valueForKey:@"first_name"]];
                [userdetails setLast_name:[responseArray valueForKey:@"last_name"]];
                if ([[responseArray valueForKey:@"email"] length]>0)
                {
                    NSString * email = [responseArray valueForKey:@"email"] ;
                    email = [email stringByReplacingOccurrencesOfString:@"\u0040" withString:@"@"];
                    [userdetails setEmail:email];
                    email = nil;
                }
     [self doRegistrationToAppWithEmail:userdetails.email AndFacebookID:userdetails.userid AndUserName:userdetails.username];
     }
    

    Now you can have user details of user for registration process. Show these info in registration view and make it editable so user can change it.

    Hope it helps you.

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

Sidebar

Related Questions

Let's says I have a Djano app. Users can sign up, get a activation
The users of my app can configure the layout of certain files via a
I'm using log4net for logging (duh!). Using the EventLogAppender, I can configure my application
Can I configure Redis slave to stop saving dumps? I have omitted all save
is there anyway i can configure alert and kill long running queries using SQL
You can configure your Java GAE app with: <threadsafe>true</threadsafe> to allow your app instances
I know I can configure command line arguments in the Run configuration but I
I know I can configure tt_news to automatically set author and email to a
I'd like to know how I can configure TortoiseHg Workbench so it alawys supplies
Does anyone know of a DB setting in DotNetNuke, where you can configure ALL

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.