Send message to multiple facebook friends using Android facebook API - android

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?

Related

Fetch Facebook Friend Id in Android on Invite send to the user

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

Messaging friends in facebook using graph API2.0 using Message dialog cordova

I am currently developing an app which includes fetching facebook friends(all) and messaging them individually through facebook. I tried the openFB and successfully got it working but.
facebooks new graph API does not provide friends list(its just provides friends using the same app)
me\tagggable_friends gives me list of all the friends with a token, which can be used to tag them in any stories.
these I cant use for sending messages to individual facebook friends.There is a message dialog they are saying for IOS.Android , and a send Dialog for websites, because I am using cordova I need to use the send dialog, It's not working in mobile device
Anyone implemented this in any app, Please share your thought on this I am kind of stuck ,feels like facebook integration for this app is now useless unless I can implement the messaging feature
Thank You,

Google+ send invitation message from app

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.

How to send Inviation to facebook friends via android app?

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 ?

facebook send message on Android

I haven't found a Facebook API to send a private message to the logged in user's friend.
I would like to use something like this
But calling this dialog up in a browser on the phone isn't a great user experience.
Is their either an API i can use to send a message to a Facebook friend?
Or are there plans to support the send dialog on Android?

Categories

Resources