0

I have working on one application in ionic 4 and angular 8 and That application is on social media actions handling and display the graph based on likes,posts,engagements,etc for different social media like twitter,facebook,instagram and linkedin and also we can use that application with facebook login , twitter login but the problem is that I have api key and secret key but need fabric key and I can not understand how to create fabric key for twitter login

Can Any One Guide me for that?

OneCricketeer
193k20 gold badges147 silver badges277 bronze badges
asked Dec 31, 2019 at 6:16
1
  • What guide are you currently following? Fabric is now owned by Google and rolled into Firebase get.fabric.io Commented Dec 31, 2019 at 6:19

1 Answer 1

1

use that application with facebook login , twitter login

Fabric is deprecated, and no longer exists as of March 2020. Those social login features are available with Firebase

https://firebase.google.com/docs/auth/web/start#next_steps

For Ionic - https://ionicframework.com/docs/native/firebase-authentication

And Twitter login method - https://github.com/chemerisuk/cordova-plugin-firebase-authentication/blob/master/README.md#signinwithtwittertoken-secret


I've not used Fabric, but I don't think it provides user engagement data

For example, you'd use a Twitter SDK key to get Profile, Feed and Tweet information

https://github.com/BoyCook/TwitterJSClient/blob/master/README.md

answered Dec 31, 2019 at 6:22
Sign up to request clarification or add additional context in comments.

15 Comments

But Here we use wihtout firebase social login then how it should be possible for me?I need to add it in twitter plugins in package.json file
All I can tell you is that Fabric service no longer exists as of March 2020. You can use Firebase or you can implement the OAuth2 process yourself
All firebase examples I have seen for Ionic still requires you to use the Twitter Connect SDK. ionicframework.com/docs/native/twitter-connect. The Twitter Connect SDK still required the Fabric Key to install. I don't see wany way for Ionic to do a Twitter login without Fabric Key.
@Syclone I don't maintain any Ionic or Twitter plugins. You can reach out to this user who does github.com/chroa/twitter-connect-plugin . If using Ionic / Cordova, Firebase should still works on those devices using the link in my answer then going to the Twitter login section
@cricket_007 I understand your way but when we set plugin for twitter login in package.json It must take fabric key for twitter without that build is not created.
|

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.