How do I send message through Telegram from my app in Android ?. Check Telegram API and documentation is very bad.
Related
I am an Android Developer.
I am developing an messaging application, which can send Text Messages and Audio Messages to other users/contacts.
I need help for below scenario.
I want to send message directly from the Google Assistant/Ok Google. like feature compatible with default Message, Whatsapp and Telegram.
When we say "Send a message to John", It opens a UI for send text message.
When we say "Send a voice message via Whatsapp", It opens a UI for send audio message.
I am working on this point last couple of days, I searched regarding Google Voice Actions, but not getting any success.
What I need to do to achieve this?
Please give your valuable suggestion.
Thanks In Advance.
I am trying to build an android app , and I reach this point that can I use (broadcast message) feature of WhatsApp in my app , by choosing a random 10 friends (or 10 phone numbers from his contacts) and send them a text message through my app ?
In this link, there are instructions that explain how you can integrate WhatsApp with your app.
It seems that broadcast is not supported by the API, only "regular" message.
Hi I want to send notifications from android app to facebook. To send facebook notification i got this link : https://developers.facebook.com/docs/concepts/notifications/ But i am not sure how to use this link in android to send notification.
Please can any body guide me for this?
You can't send notifications from an Android app. Tried to POST using the link you provided and got the following error:
{"error":{"message":"(#200) Only web canvas apps can send app notifications","type":"OAuthException","code":200}}
Maybe you could use this one:
https://developers.facebook.com/docs/android/send-requests/
We're not allowed to send notifications from Android app using the notifications API, nor sending App Requests from non game app using Requests APIs. I'm interested too to know how can we notify the user from non-game-android app.
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.
I would like to make app in android in which i wand to send some message to server and also want to get notification from server if there is any updates via C2DM in android.
How to send message to the third party server. (Third-party server like php)and inputs are necessary to send message to the third-party server. and how to send response Third-party server to C2DM and get notification from C2DM to Android device?
Well that's like asking "How do I write an Android application?" and expect to get a full answer.
I suggest you start with reading this:
http://code.google.com/intl/sv-SE/android/c2dm/index.html
Then download the Chrome To Phone source code see how they implement the C2DM solution. It is fairly complicated but if you know how to make http POSTs from your Android application and your server you will succeed.