Is there any cost to integrate LinkedIn with Salesforce via API? - salesforce

I need help to understand is there any cost to integrate Salesforce with LinkedIn via API?
Since we are facing issues while integrating LinkedIn with salesforce and no lead is being captured in Salesforce. We have been told to look for API integration.
Please suggest.

Related

Authorization flow for Microsoft graph API in django and react

I am trying to integrate Microsoft Graph API with my Django backend application. I want to be able to read, manage and send emails on behalf of users.
The frontend is built with React
My issue now is how the authorization flow will work. I want users to authorize the app(prolly using Oauth) on the frontend after which I will get some kind of access code that I can save on the backend and subsequently use to make requests to the graph APIs on the user's behalf
Pls, how do I achieve this flow ??
Any help will be appreciated. I have been scrambling through the docs all day, need someone to point me in the right direction
Get access on behalf of a user:
Follow this documentation for more information: https://learn.microsoft.com/en-us/graph/auth-v2-user

Integration between Google Dialogflow and Salesforce?

I created a Chatbot using Google Dialogflow to capture lead details and POST those in Salesforce CRM.
I'm stuck in creating an endpoint with the Salesforce Sandbox account. Are there any experts who can brief me on the flow in Salesforce?

How to perform OAuth in React app to use Jira rest API

I want to make a call to the Jira REST API to get a list of tasks for a user but I'm not really sure how to go about authenticating. All the Jira documentation suggest OAuth but I can't figure out how to implement this using React. Can anyone point me to some documentation or an example of how to perform OAuth in React?
Thanks

How to embed a SFDC portal page into website

I am currently trying to understand if it is possible to either embed SFDC portal / comunity pages or components (cases, knowledge, Ideas) into an external web site.
Have an existing public facing website that allows customers to login, from within that want to expose the cases, knowledge & chatter functionality from SFDC community into that site.
Looking for the end user experience to be seamless and avoid any popups regarding security/credentials. Ideally it as if that data was coming from our website and not SFDC.
Thinking of using the OAuth 2.0 JWT Bearer Token Flow to perform the authentication from our website into SFDC and leverage SFDC community license.
What i am struggling with is how to then expose cases for example without having to use the API to just get a list of case records and then have to rebuild the case page UI in my own website.
All thoughts & suggestions or examples of this in action would be greatly appreciated - Thanks!

Google Apps Marketpalce Migration

I have integrated my application with Google apps marketplace with old version of OpenID and getting the data from Google calendar by using Google calendar version 2 API. Now I need to integrate every thing to new version. I have confused a little bit as Google is providing various authentication and authorization process. I looked in to OpenID connect, JWT (JSON Web Token), Google calendar version 3 service account. May any one please help me out from this issue like that should I use to authenticate as well as for authorization. Thanks in advance.
https://developers.google.com/accounts/docs/OAuth2 gives a good overview on various ways to authenticate with Google APIs and when to use them. For instance JWT is useful when your application uses Google APIs to store/retrieve its own data i.e. not to access data of your application's user.
Also see https://developers.google.com/google-apps/calendar/auth

Resources