Help intergrate google login in my forum

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help intergrate google login in my forum

    Plz guys i have g00gle l0gin scripts that i want to use in my forum. For userz to login to my site through g00gle account.
    I need help on how i would use the code in my forum. Am comfuse on how i can use the two sessions at the same time.
    And the table userz info are stored are diffrents. Plz help

    #2
    Originally posted by Wintch View Post
    Plz guys i have g00gle l0gin scripts that i want to use in my forum. For userz to login to my site through g00gle account.
    I need help on how i would use the code in my forum. Am comfuse on how i can use the two sessions at the same time.
    And the table userz info are stored are diffrents. Plz help
    Which forum are you using? You don't have to use two sessions. Authenticate user with Google ID and store it's id in users table of your form. Now whenever user login with your google login, look for that google ID and start the session of that user of your forum.
    Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

    Comment


      #3
      @Ksg91 the problem is that, i wanted to store the g00gle user data in the same table of the forum members but i have this issue of g00gle id being the same as my member id. So i decided to store google userz data in a seperate table.
      My forum userz id i call it as 'USERID' and google is 'ID'.
      Now how can i create a seassi0n with diffrent ids.

      Or is they anywhre i can still store google userz data in the same table with my registered memberz without the id being the same. Tanx
      Am using Uloki forum.

      Comment

      Working...
      X