You must Sign In to post a response.
  • Category: Smart Devices

    How to attach Google Plus authentication system in Windows 8.1 phone using c#

    Hello,

    I am currently making a mobile app for windows mobile phone using Visual Studio 2013 on Windows 8.1 OS. I am using C# as the coding language.

    But I am facing several issues making the same. All online codes are available on windows 8.0 phone only which can't work on windows phone 8.1 due to the main dependency of the windows phone 8.0.dll file which is not available on windows phone 8.1 and windows phone 8.1.dll does not work properly for making the same.

    I need your any form of guidance; like: any online tutorial link, direct code supply etc, for the same.


    The exact requirement is, as follows:-
    -----------------------------------------
    Users will click a button and the google login page will be opened and users will login into that page and after successful login, users' personal information; like:- Full Name of the user, email id, phone and others, will be collected to the app.
    -----------------------------------------
  • #760520
    Hello Arijit Das,

    You can refer the below link :

    https://code.msdn.microsoft.com/windowsapps/Authentication-using-bb28840e/sourcecode?fileId=120735&pathId=404475337

    https://code.msdn.microsoft.com/windowsapps/Web-Authentication-d0485122


    Hope this will help you.
    Mark the answer if it helped you.

    Regards,
    Nirav Lalan
    DNS Gold Member
    "If you can dream it, you can do it."

  • #760524
    Hi
    You can go through below links

    http://stackoverflow.com/questions/28030270/googleplus-authentication-in-windows-phone-8-1

    http://www.c-sharpcorner.com/UploadFile/3789b7/authentication-using-facebook-google-and-microsoft-account/

    http://www.codeproject.com/Articles/321291/Google-OAuth-on-Windows-Phone

    http://www.codeproject.com/Articles/780349/Authentication-using-Facebook-Google-and-Microsoft

    https://code.msdn.microsoft.com/windowsapps/Web-Authentication-d0485122

    Hope it will be helpful to you

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments