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?
Related
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 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,
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?
I saw that I can't send castum private message through the Facebook API:
#How to send message facebook friend through graph api using Accessstoken
and then I saw this solution:
#Message via chat API
That allows you to send message through the Chat API. but this solution is for ruby on rails only.
Can someone show me how to do it in Java/Android code? or knows how to send message Via Jabber/XMPP service from android.