I'm using Instagram messaging conversation API for getting conversation with those peoples who chats with my Instagram business account.
The API documentation:
https://developers.facebook.com/docs/messenger-platform/instagram/features/conversation
There is no problem with the response, but the response just send last two conversation. not other conversations.
is there a solution?
Related
I am Creating a Scenrio in my application
A user enter his instagram username system will show his Name, Followers Count etc. by instagram API.
I have tried Basic Display API for Instagram but this API is not addressing.
Follower count is not available using IG Basic Display API.
https://developers.facebook.com/docs/instagram-basic-display-api/reference/user
You can only receive follower count using Instagram Graph API, note that this only applies to IG Business or Creator Accounts
https://developers.facebook.com/docs/instagram-api/reference/ig-user
Is there a way to read the data from the chat messages in DM or Group with out adding the bot the DM or Group?
Similar to the APIs that are available to programmatically access the google drive, is there a way ?
Answer:
No, there isn't.
More Information:
The only API access you can get for Hangouts chat rooms is by using a bot. You can also use a webhook, but this is only for sending messages and not receiving.
You will need to use a bot to be able to do this.
As far as I know, to use the WhatsApp Business API one must use the APIs developed by WhatsApp regional partners
Looking at our a regional partner API, one cannot send an image to the customer as for the first message of the conversation
Is this a WhatsApp Business API restriction or is can be the partner API restriction?
Right now this is a restriction by WhatsApp Business API. You can only use Message Templates as your first message which do not support images at the moment. You can read more about the API here: https://developers.facebook.com/docs/whatsapp/api/messages#cutoffcontrol
I am using telegram bot api to get the chat history of a channel https://api.telegram.org/botXXXXXXXXXXXXXXXXXX/getupdates
my bot attached to the many channels and my query is that how to get chat history of any specific channel which is using my bot.
but when I am using getupdates method it shows all the message with all channel.
my query is how to get the solution using telegram bot API?
just like when we need to send a message to any specific channel using the used the https://api.telegram.org/botxxxxxxxxxxxx/sendMessage?chat_id=#channel id&text=message
i need a solution where I can send channel id and get the specific channel chat history using telegram bot API
my bot attached to the many channels and my query is that how to get
chat history of any specific channel which is using my bot
You cannot get the chat history of a channel using the bot API. However you can use the core API (tdlib e.t.c) to get the chat history. Alternatively you can try and scrape from the posts widget, but that is going to be too tedious.
but when I am using getupdates method it shows all the message with all channel.
You can manually filter out the channels since the ID is always in the Update object. I would suggest you use a library for this since it would be easier to implement the logic.
The Google Hangout APIs do not seem to have the ability to fetch all Hangouts for a user. Also, the Google plus APIs to not seem to have Hangouts as part of activities or moments. Are there any Google APIs that return the past Hangout list to use along with the Google Hangout APIs?
There are not any public Google APIs to get a list of Video Hangouts a user has participated in. You can file a feature request if you would like to see such an API method.