Does the SoundCloud API allow messages to be sent to other users ? I looked through the docs and didn't find any action APIs.
No, it does not, as you can read here
Related
I am trying to implement basic Facebook chat features in my application (I am looking for a generic solution, nothing platform specific). Is there any possibility to read user's (my) conversations with other users and post to them?
I searched through Facebook API and SO but found only deprecated me/inbox graph API method, deprecated XMPP Chat API (chat.facebook.com) and Messenger platform API, which seems to support only page-to-user or app-to-user but not the user-to-user conversations.
There is no public API with the ability to send or read a user-to-user facebook conversation.
I'm trying to develop a web app that would read your entire messages history on facebook/messenger and give you insight about the conversations.
My question is: Is it possible ? Can i read the messages that are not destined to me via the API ?
I searched through the documentation but didn't find anything
I disagree, it looks like Graph version 3.0 has the API: https://developers.facebook.com/docs/graph-api/reference/v3.0/user/inbox
https://developers.facebook.com/docs/graph-api/reference/v2.10/user/inbox
This document refers to a feature that was removed after Graph API v2.4.
In other words, there is no way to access the user messages (anymore).
does anybody know if it is possible to delete messages by id.
For example I have an update for my content so that the user must not see any outdated messages. Didn't find anything in the graph API...
Message docs
thx
franzus
Facebook does not allow you to delete messages using the Messenger API, or the Graph API
I am not aware or, nor have found documentation for, a method that does DELETE operations (or UPDATE for that matter) on a FB Message.
The Messenger Docs provide methods for sending messsages, subscribing a page to your application's webhook, retrieving user profile information, and setting various options for your bot.
I want to send inbox messages on facebook with a attachment. Thats possible?
Reference: https://developers.facebook.com/docs/reference/api/message/
Facebook does not allow to send messages to users using Graph API (avoiding spam) with 1 exception, as a page you can reply to messages from users.
The only way of sending messages like that is using the Chat API (XMPP) but it is more complex
Not with the new Graph API, but the PHP-SDK; you can see it in the answer of Peter Bailey here:
Facebook Posting API Question
Does anybody know how to send a notification email via GRAPH API. I found some code in REST API like (notifications.sendEmail) but is there something in GRAPH? Thank you.
No, there is no equivalent, and no plans to add one.
From the Facebook Documentation:
Please note: We are in the process of deprecating the REST API,
and will not be adding support for this in Graph API.
Developers should directly send email to users once they are granted permission.