Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need some help for authenticate my angularJS app and my rest api(WEB API) with external social logins( twitter, facebook, google, etc).

Im working with Web-api and angularJS app(not spa project from Visual Studio, its independent).

How i should do it if i want to authenticate via oauth through my backend, but having a confirmation to permission access at frontend?

Something like that but using authentification at my backend https://dev.twitter.com/docs/browser-sign-flow

Some help would be appreciate.

share|improve this question
9  
Did you look at articles like this one? –  acg Aug 27 '14 at 14:40
1  
I followed this article to the letter, and it's working well for me. It's long, but just be patient and work through it step by step! –  user888734 Sep 29 '14 at 17:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.