Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use passport-twitter through Objective-C #46

Open
maziyarpanahi opened this issue May 21, 2014 · 0 comments
Open

How to use passport-twitter through Objective-C #46

maziyarpanahi opened this issue May 21, 2014 · 0 comments
Labels
question Request for help or support

Comments

@maziyarpanahi
Copy link

Hi,

I am using Passport (facebook, Twitter, Google, and local) on my Node.js and it works perfectly from browsers.

I was wondering how to handle sign up/ sign stage through other devices where you don't want to involve the browser. I succeeded in local strategy where I first post username/password for my /login route and then get the api URL I want but no luck in Twitter and other social networks.

I couldn't find anything in documentation to see how to use this strategy (or others) via URL. Maybe I can get things I need from the device (lets say the native Twitter feature in social.framework and account.framework) and send it to my server to authenticate or authorize. Or maybe some other solutions like using other strategies.

Any help or solution would be much appreciate it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Request for help or support
Projects
None yet
Development

No branches or pull requests

2 participants