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

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.

Related

How to deploy ibm watson assistant chat bot to my already hosted website? [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 4 years ago.
Improve this question
I have created a chat bot using Watson assistant in IBM cloud and I want to add that chat bot to my website which is written using html. Can anyone please help me in solving this out?
Thank you.
You can use Watson Assistant API's/SDK to deploy it to your existing HTML Website.
Please refer here https://www.ibm.com/watson/developercloud/assistant/api/v1/curl.html?curl
Additionally,you can refer this documentation as well https://console.bluemix.net/docs/services/conversation/develop-app.html#building-a-client-application
In case it is a wordpress blog, you can use an available plugin: https://wordpress.org/plugins/conversation-watson/

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.

embed telegram chat client in website [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 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.

How do I keep track of users info without having them log in (Using asp.net mvc4 with Visual Studio) [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
New developer here. I'm building a website that has users play a series of games and tracks their decision making. I haven't found a good way to keep track of these users as they move through the series of games. Do you have any suggestions for the best way to do this without forcing each to make a profile?
This would be done using HTTP Cookies
Here's a tutorial on how to use them in ASP.NET MVC

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.

Resources