Webservice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beulajo
    New Member
    • Nov 2009
    • 29

    Webservice

    Hai,

    How Username and password validation is done in Google?.

    I need to write a webservice, returning appropriate values to the system that
    whether the user have successfullly logged in Google or not

    ex: 1 - If user logged in successfully
    2 - Invalid Username/password

    something like that...How to proceed ?

    I need to find out for soundforge.com, google and so on.
    First I want to find out for Google site

    Thanks in advance,
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    What have you tried/done/coded so far?
    What error(s)/exception(s)/problem(s) is your current code causing?
    Can you provide the relevant code segment that is causing the error?

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Google does provide an API for authenticating users and accessing user data.
      Enable users to sign into apps and authorize apps to use Google services


      Other sites will vary. There is no "one simple solution" for every site out there. If they do not provide you with an API for authenticating users, you will not be able to do what you want.

      Comment

      Working...