Is there a way to get number of invites that were sent using the facebook on android.
Here is a use case, I want the user to invite at least 3 friends. Doing so will unlock a feature.
How do I get the number of app invites sent.
Related
I want to make an app in Android Studio where the user will have to register in Firebase using his mobile phone number. But the user would only be allowed to register if he verifies his phone number with the OTP sent to him via SMS.
I don't want to allow anyone with a fake phone number to register and hence I need them to verify. So is there a way to do so in Firebase?
I tried the auth.signInWithCredential() method but it seems to allow users to only sign in with an OTP. I also don't want my users to type an OTP every time they sign in. I want them to sign in using only their password and phone number.
I have gone through the firebase invites documentation and implemented the parts I needed on my apps. However I found out that I am limited to sending invites by email/sms. This somehow limits the potential of sending invites to only people who are in your contact list.
For example I cannot send an invite to all my friends on a social platform unless they are in my phone contacts.
Is there a way to go around this?
Is Firebase planning to expand their invites platform?
I create android app using LinkedIn SDK. I want send invite in email for user which does not register in network. How do i do it?
It doesn't seem to be part of the public API. At least it's not exposed on https://developer.linkedin.com/ and https://apigee.com/console/linkedin
In my android app, I wish to allow user to invite friends from different social platforms. User already can invite friends from Facebook, VK, from his contacts list on phone, but I can't find way to send invite message to Google+. Is this really possible? Or maybe I can send message somehow using google_id?
I don't need to post on my wall.
Take a look at this link.
There is a setRecipients method, which allows you to share it only with a few persons. It's not the same as private messaging, and it will appear on the wall (only for you and those persons), but it looks like G+ is supposed to make it this way.
I am developing an application in which user can share messages with his/her Facebook friends. I am using Facebook API for android. I am able to authenticate user, as well as get my friend list as a Facebook user and also post message on wall, but I am looking for sending message/post on wall to my friends and I didn't get any solution for that, so how can I achieve this?