Fabric Key For Twitter

536 Views Asked by At

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?

1

There are 1 best solutions below

15
OneCricketeer On

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