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

doesn't work without native twitter installed #2

Open
sahyun1 opened this issue Sep 6, 2017 · 11 comments
Open

doesn't work without native twitter installed #2

sahyun1 opened this issue Sep 6, 2017 · 11 comments

Comments

@sahyun1
Copy link

sahyun1 commented Sep 6, 2017

like ManifestWebDesign:master, this one doesn't work without native twitter app installed on the device.

I'm using firebase and for interim my solution is to use https://ionicframework.com/docs/native/app-availability/ to check if twitter is installed.

If twitter is not avail, use cordova in-app-brwser
https://firebase.google.com/docs/auth/web/cordova

@chroa
Copy link
Owner

chroa commented Sep 7, 2017

Hmm that is interesting! I have been noticed about this issue and I didn't know how to solve it. I shall look into that! :)

@c00
Copy link

c00 commented Sep 10, 2017

If you do solve it, you will probably become the main fork of this plugin. I have this issue, and I see people complaining about this everywhere (Ionic forums, SO, comments of tutorials, etc.).

You'd also receive my eternal gratitude 👍

@rolinger
Copy link

Is it even possible to do web based login like you can with FB? I thought the app had to be installed regardless?

@Fatimaboet
Copy link

Hello! I have the same problem when the native twitter app is not installed the plugin does not work and generated "failed login session" error. Do you have any solution for this?
I'd be very gratefull!!

@JaponicaGR
Copy link

Hi. I have twitter app installed on mu device.
When i try to implement twitter login with ionic a popup opens and say "Authorize MyAppName to use your account" and ask my twitter credentials.
Is that the default behaviour?
Isn't supposed to just ask me to login with my account without the need to fill a form with my twitter credentials?

@NavKumarV
Copy link

NavKumarV commented Jul 4, 2018

In the twitter app account [ https://apps.twitter.com/ ] where u generated the api keys, put the callback URL as twittersdk:// and then try to login from your app. It will work smooth. ^^

@kushaldias
Copy link

any solution for this issue?

@djabif
Copy link

djabif commented Dec 19, 2018

@kushaldias, @NavKumarV did anyone manage to get the Native Login working?

@c00
Copy link

c00 commented Dec 19, 2018

Yeah, native login works fine. As long as you have the Twitter app installed on your phone.

@djabif
Copy link

djabif commented Dec 20, 2018

I can't manage to get the Native login working in iOS... it works ok on android. Any hint? thanks!

@c00
Copy link

c00 commented Dec 21, 2018

Without any more info than "Its not working", not really ;)

But here's a general guideline:

  1. Make sure the Twitter app is installed
  2. Make sure you are logged in in the twitter app (Apparently also important)
  3. After 1 and 2, remove your app fromt he phone and reinstall it (shouldn't be necessary, but it wouldn't hurt either).
  4. Check out the xcode output to see if that gives any hints to what's going on.
  5. Google any error messages, use SO, the usual.

Good luck!

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

No branches or pull requests

9 participants