Wanna use google\facebook login method in my app

0
0

As the title say i wanna use the google\facebook login in my app, and as i see the method is using js embedded in a html file as <script></>, exist a easier method to implement those type of login?

Because at this time is not possible create something great,market related ,with google\facebook SDKs\APIs

  • You must to post comments
0
0

Oauth 2 requires a callback url. It can be implemented on the client using any client side javascript library or on the server by adding a handles to web.config.

See: https://oauth.net/code/dotnet/

 

  • Jacob Richardson
    what do you mean by use a javascript library?
  • Jacob Richardson
    i tried to use some of those library, but no luck: i need to call a google page or facebook page and i can’t yet, i already studied a storage method and a refresh method, but i can’t get the original oauth2 token
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.