VictorAlbertos / RxSocialConnect-Android

OAuth RxJava extension for Android.
Apache License 2.0
257 stars 22 forks source link

What Encryption key we have to use ? #20

Closed ArisChoice closed 7 years ago

ArisChoice commented 7 years ago

for this RxSocialConnect.register(this, "myEncryptionKey") .using(new GsonSpeaker());

VictorAlbertos commented 7 years ago

You just need to supply a random string, whatever you want. Just be aware that once the encryption key has been set, you can't change it anymore.

ArisChoice commented 7 years ago

fine thanks, Can you tell me how to use social contacts api 's using RxSocialConnect ,Or Please provide a code sample for social contact api's. Twitter,google,facebook.

VictorAlbertos commented 7 years ago

Take a look at the REAMDE. Everything it's there.