skip to Main Content

Facebook api – Angular2 get url query parameters

I'm setting up a Facebook registration for my Angular2 web app. Once the application accepted via Facebook (after being redirected to the Facebook authorization page), it redirect to my webapp with the token and code as url params: http://localhost:55976/?#access_token=MY_ACCESS_TOKEN&code=MY_CODE But…

VIEW QUESTION
Back To Top
Search