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

Failed login session error #25

Open
setu1421 opened this issue Jan 7, 2019 · 10 comments
Open

Failed login session error #25

setu1421 opened this issue Jan 7, 2019 · 10 comments

Comments

@setu1421
Copy link

setu1421 commented Jan 7, 2019

I have followed all the steps mentioned in the installation guide but got failed login session error while trying to connect from Ionic app. I have followed https://ionicframework.com/docs/native/twitter-connect/ tutorial to do that.

Why this error is coming up?

@hany0526
Copy link

hany0526 commented Feb 25, 2019

I have the same error

@shawns582
Copy link

@setu1421 @hany0526 Im having the same issue now (it was previously working). Have either of you found a solution?

@setu1421
Copy link
Author

@shawns582 , No, i haven't found any solution :(

@tsjmattick
Copy link

I am getting the same thing after I moved this code into another project.

@switchstance-devs
Copy link

switchstance-devs commented Jun 26, 2019

Adding your Twitter consumer and secret keys in below format along other preferences in config.xml file solves the issue:

<preference name="TwitterConsumerKey" value="twitter key" />
<preference name="TwitterConsumerSecret" value="twitter secret" />

@hany0526
Copy link

@switchstance-devs Thanks

@shawns582
Copy link

@switchstance-devs I added twittersdk:// to my callbacks but still not working- the plugin used to work, but I recently updated from android 6.3.0 to 8.0.0 and ios from 4.5.1 to 5.0.1 and it doesnt work on either (tried uninstalling and reinstalling the plugin multiple times ) any other tips? thanks!

@switchstance-devs
Copy link

@shawns582 Have you tried adding TwitterConsumerKey and TwitterConsumerSecret preference entries to config.xml file? I needed to add it despite defining them along with Fabric Key during plugin installation.

@shawns582
Copy link

shawns582 commented Sep 13, 2019 via email

@AshokNaik009
Copy link

Facing the same issue even after adding

<preference name="TwitterConsumerKey" value="twitter key" />
<preference name="TwitterConsumerSecret" value="twitter secret" />

in config.xml has anyone solved it
image

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

6 participants