embed telegram chat client in website [closed] - telegram

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I thought of only 1 option but not sure how to implement it as well: to create and embed Microsoft Bot Framework Web Chat Client and use it to send/receive messages between my website and telegram. appreciate any guidelines.

Free live chat widget linked to your Telegram messenger can be added to any website using Intergram.
See this open-source project on GitHub -
https://github.com/idoco/intergram

If you mean you want something like Telegram Web in your website, I think the best idea is to take a look at the source code.
Here are some obstacles on your way:
Making a complete telegram client is very complex.
Every user must authenticate within your client. Which means an SMS will be sent to them and they have to confirm the code.
You should hire a team to keep it updated! Telegram adds new features almost every week.

Related

How to get linked in api s direct support number [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
I have a requirement. for that I need to get connected with LinkedIn develoipers. i tried in many way I am not getting connected. There is no direct support chat or number I couldnt find. I have created a case on linked in site but they replied to get in touch with linkedin developers for that. I need their helopp badly to know one api. I am behind this task since last 3 days.
refre this Scraping linked-in public pages through Official Linked in Api. Is there Such Apis or Direct Mechanism?
please help me. Thanks in advance
I am expecting the above.

Recording sound and upload using web application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I am bulding a learning portal for a client and the client has asked for a feature where the user can record and upload sound directly from the browser (or browser plugin) to a custom made forum on the portal. The client envision having a button like [start recording] on the site. I am probably ending up with recommending against this feature but I would like to hear if any of you have done something similar and what you used.
This specific application is built using dotnet core 2.0 and Angular 5 in the frontend.
Using WebRTC could be an option if you can run your site under an SSL cert.
You may want to take a look to this example here.
Here you have another example using the device camera.
You can store the response on a Blob and send it to your server.
It is an initial aproach but I think it could help you take a decision.

Is SignalR suitable for my web application, or is there a better choice? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am going to be building an auction website using ASP.NET MVC with an MS SQL Server database backend, and I've been looking at SignalR as part of it. What I envision is using SignalR to provide real-time updates of auctions as bidding occurs or some other action happens on each auction.
Part of this is that I want to display multiple auctions on a page and have each auction updating in the client's web browser. Is this something that SignalR would be the right technology for, or is there something else I should consider?
Well, SignalR is what you are looking for. Create a group for each auction and broadcast to all users in that group

allow other applications [3rd party] to access my asp.net website, user authentication [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a website which supports many kind of users based on their roles.
That is Sales,Customers etc.
I want to make my website to be accessible form other applications.
Like if any application want to fetch or send data to my application i should be able to grant them secure accessibility.
Please let me know how should i go about it to get the authentication part done.
Thanks in advance. Any help would be greatly appreciated.
The question is fairly broad so I'm afraid I can only offer general guidance. The common approach to this is to expose your functionality as an API secured by OAuth. Users must authenticate with your application to get a bearer-token that they can then provide along with calls to your API to identify themselves and authorize the request.
If you are usinging ASP.Net I would suggest looking at the Authentication and Authorization in Web API.

User upload content [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I wanted to crate an mobile app (using Flex) that let user upload some user generated content (eg. Text, Picture) to my website and also able to display/view it on the website as well.
I don’t much on the back end (web programming, website database, cloud).
What is the best way to do this or is there any ready build solution out there?
Thanks.
Look at httpService for your user upload and tie it to a back end web service using POST or GET parameters. Personally, I recommend PHP but any web capable service would work. Then, tie that service to store your images on your web server or in a database. Reverse the process to get it back out. Can this all be done in Flex? No. Can you tie it in with a web service easily? Yes. Good luck.

Resources