57 thoughts on “Facebook oAuth 2.0 Login without Page Refresh using jQuery, PHP & MYSQL”

  1. waiting for the download files bro.i subscribed but still it says no entry in database…its been around 48 hours.plz help

    Reply
  2. I subscribed to the mailing list 2 Hrs back, however download is still not working stating that email is not listed in database..plzz update database..

    Reply
  3. hi how can i download it? i have register my email id and verified it and i can’t see any link to download your code.. pls help me

    Reply
  4. Hi Karthikeyan, Gr8 work… and thank you for sharing.
    In the current version which i have downloaded, Upload picture doesn’t support multiple image upload? Can you fix this ?

    Reply
  5. what values store in $name,$email,$id variable ? Could you tell me.. and how to declare those variable with Facebook Name, Email, and ID in check_user.php

    Reply
  6. Hi dude,

    i use script you it’s ok but …

    Email : undefined
    First Name : undefined
    Last Name : undefined

    in demo it show all data that work but i download and use it not show same demo.

    how i can fix it ?

    Thank you dude 😀

    Reply
    • i got it

      first name & last name i don’t need i add // for comment it
      but i need email
      i change line FB.api to FB.api(‘/me’, {fields: ‘id,name,email’}, function(response) {

      Reply
  7. Hi dude,

    i use script you it’s ok but …

    Email : undefined
    First Name : undefined
    Last Name : undefined

    in demo it show all data that work but i download and use it not show same demo.

    how i can fix it ?

    Thank you dude 😀

    Reply
  8. what values store in $name,$email,$id variable ? Could you tell me.. and how to declare those variable with Facebook Name, Email, and ID. thanks.

    Reply
  9. Hi sir , i can`not download this script :

    Email does not exist in our database. Please use below form to subscribe
    . But i subscribe your feeds

    Reply
      • Thanks for the response.

        As a feedback would be great that you teach without security risk so people do not tend to make those kind of mistakes. Otherwise i know you have that knowledge, but that’s just my humble opinion. Keep on my friend.

        Thanks.

        Reply
      • “This is the sample code only for learning purpose.”

        Yes, and your readers are learning to write code that is open to security injections. Also, extract( $_POST ) is incredibly dangerous and there is no sane reason to do so. The same people who might not understand SQL injections are also probably not going to understand the security implications of using extract.

        Until these issues are fixed I have to recommend against using this tutorial. There are already so many poorly-written PHP tutorials online, I hate to see another one added to the list.

        Reply

Leave a Comment