My question is fetching the facebook friend's id in android.I have integrated my app to send the invites to the user.But I need to fetch the friend id to whom the invite has been send.Is there any way can this be achieved.
You can try the Facebook App Invite
https://developers.facebook.com/docs/app-invites
or
https://developers.facebook.com/docs/games/services/gamerequests
Related
After successful implementation of instagram login I want to send message to all the followers and following of the logged in user in a single click.
Is there any API provided by Instagram so that after successful login integration to my application I can send message to all the followers and following on a single click?
Hoping for the answer soon.Have a great day.
See Using the Instagram Realtime API and
instagram-private-api
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.
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
I am creating a quiz app in which user can send invitation to his/her facebook friends . Can anyone suggest me what is the simplest way to do ?
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?