is there any way to request OAuth authorization without redirecting the user to the service and then back to my application? In detail, I am creating a web service that needs access to the Facebook API, which requires OAuth 2.0 authentication . Is it possible?
thank
An authorization request should be made for the authenticated OAuth account, not for you, and for security reasons, authentication should be a direct interaction between the end user and the OAuth provider.
, , (, cookie) , , , , OAuth.
Source: https://habr.com/ru/post/1765212/More articles:Haskell: type deduction function - typesChanging a database in symfony (doctrine) - phpAre there any performance penalties when using nested structures? - c ++How to change jqGrid theme? - jqueryCall WCF service from SQL CLR procedure in C # - sqlDoes MongoDB Map / Reduce save results in floats? - mongodbWCF service call from SQL CLR stored procedure - sqlGhostScript Error - pdfDoes Rails determine if objects from accepts_nested_attributes_ have changed for objects? - ruby-on-rails.net exceptions - c #All Articles