Telegram. What does URL in Telegram API application form mean and how do i get\create one? - api

Hi) I dont get what is required from me in the Telegram API application form. What should I insert?
Seizing an opportunity what platform should i choose if im using Windows, simply a Desktop?
I would be extremely grateful for any response
Thank you very much!
Have searched in the web but did not find an answer

Related

Is there any app or addon to receive notifications from external website updates?

I have been searching for this for many days, or weeks, and I am totally frustrated. Hopefully someone can help.
It is something very simple. I have to translate articles from an author but the software I use to get the notifications doesn't work. Do you know of any website, app, service... that may send me an SMS or a GMAIL message everytime a writer publishes a new article?
I can't edit or manipulate in any way the website, that is why I wrote "external". I searched and I couldn't find the RSS option in the website. In theory IFTTT depends upon RSS, so same issue.
Thank you so much folks!

Is it possible to search/browse music via the Sonos API

I'm building a sonos control application that should basically have the same functionality as the sonos app.
I'm using the API at https://developer.sonos.com/ and I am able to control a sonos speaker, play, pause etc. but I can't find how to search/browse music.
Does anyone know if this is possible and, if so, where do I find the commands?
(I know this has been asked before but that was over 3 years ago)
Any help would be greatly appreciated!
Cheers,
Robert.
The Sonos Cloud API is too lame to offer content browsing and searching.
You use ContentDirectory.Browse per the UPnP documentation to enumerate and search everything except music service content.

Servicenow integration with Telegram messenger

Can anyone suggest me that,is it possible to create service now incident ticket using Telegram message.
Is there any documentation available to integrate servicenow bot in telegram for this purpose.
Thanks in advance.
Jup this should definitely be possible, I never tried writing a Telegram Bot but I'm sure you are able to handle REST/SOAP and that's how you would create an Incident. As of documentation for Service-Now you should look into JSONv2 or Table API. Apparently as I said I don't have that much of a clue how Telegram Bots are working. I would suggest that you have a look at the FAQ.

How to send http request and response in titanium alloy?

I have created a mobile app which contains the submit form. On click of submit I need hit the URL and pass the form values in the URL also need to get the response message. How can I do that? Can any one suggest some blogs or tutorials on the same.
Also I need to perform the above operation on Android, IOS and Windows platform. Is it possible to do above functionality on three platforms?
If any limitations on any platform, Please let me know.
Use this Link:-
Check it out:-
if you found any issue regarding this please let me know
Spartacus thanks :)

Objective-c web form based authentication

So I am working on an iPad app that needs to talk to our company server to pull in some XML. In a browser, when the user tries to first navigate to the site, they are redirected to an SSO form that generates a cookie that is saved.
Now my application may need to replicate this behavior and generate the cookie so we can pull xml data off various parts of the site. I have never done anything like this before and there is very little documentation on the web so I am really looking for some general guidance. So far I have tried doing something like this, here.
That works to return the web form, but where to go from there eludes me. Does anyone have any ideas they would like to throw out? Essentially all that I need to do right now is authenticate the user's credentials, and save that verification. If there is an easier way to do that based on this template, I would definitely be open to suggestions. Any help at all would be greatly appreciated.
What i use for a lot of my networking is ASIHTTPRequest it is an API that is available, instead of trying to use low level sockets or the Apple APIs, with a decent guide and an active Google Group for questions. It can certainly handle xml requests as well as authentication. Here is a link to the site, ASIHTTPRequest