Questions about Developing on LinkedIn - linkedin

I am looking at building a LinkedIn application and i am a little bit flustered because of the paucity of Information out there. Here are things i need to know:
1)
Is there any LinkedIn AppStore or a central place where i can test out applications? The link i could find is http://www.linkedin.com/static?key=application_directory but i dont want to believe there is only 18 Applications on the LinkedIn platform
2)
How do i host or integrate my Application into LinkedIn. The only option i can see when it comes to using LinkedIn API is to have the application on your domain and call the API from your APP. But is there a possibility of having the Application have a linkedIn domain? like we have on Facebook?
Thanks

Those applications you link are indeed the only ones that have been approved for use on the LinkedIn.com site - there is no open development system to build apps on LinkedIn.
To build applications against the LinkedIn platform, you would use the JavaScript or REST APIs, and you would need to host the application on your own domain.

Related

Skype for business chat and call the user from my web application

We are developing a web application which is hosted in IIS with windows authentication enabled. (The authentication is done through Active directory)
The application is designed as a collaborative tool where all the organization users can interact with each others.
We are in a need to integrate SkypeforBusiness feature in our web application where as the user can see his collegue's presence, call or chat with him directly from the application.(The Skype for Business service is online but web application that need to consume is going to be in on-premise)
I am going through some articles from MSDN regarding SDKs and UCWA but could not get the solution for my needs.
Please help.
Thanks

Options for OAUTH2 in ASP.NET Web API 2 hosted on windows Azure

Good evening, I want to create a RESTful API with ASP.NET Web API 2 and host it in Windows Azure. For this API I will need to have registered users and I want them to register via Facebook or Twitter. The question is, which would be the easiest way to have OAUTH2 integrated with the API in Azure? I saw that it has the ASP.NET Identity integrated with it but I don't know how nicely it works in azure, are there any other options?
Thanks in advance!
Your best bet is to leverage Access Control Services (ACS) and OAuth2. This article has a great description of how to set it up: http://www.developerfusion.com/article/147914/protecting-your-aspnet-web-api-using-oauth2-and-the-windows-azure-access-control-service/

ASP.Net Identity - External logins without any UI from Web API

Note: Just learning Identity so please bear with me. We are developing a Web API for use by apps that we build and apps built by our clients. I have the local engine working the way I want so that any "client" app could use our API to login in.
What I cannot seem to get to work is external login providers without being presented with a login page. Is it possible to converse with them in API only mode or is this type of setup out of the question? What I don't want our client's apps to have to do is know how to manage the logins to use our API.
I know this may be similar to a few other questions out there but I do not see one with our particular need.
Thanks,
Paul Speranza
If your api needs to have authentication in place then you would need some kind of registering done by the consumers of your api. But you could provide seamless ways to integrate login by not providing any additional form requirements from the client application. Popular login methods today are using social networks. Web api does support out of the box support for integrating with the social networks.
You can find a sample for using facebook authentication here

how to implement Converse.js An XMPP chat client for asp.net 4.0 web site

i just found one nice article about online chatting application with converse.js i read it's documentation and i like it. how ever i just have doubt it is there this chat facility can supported with asp.net 4.0 web site. Here i just want to know about in details is it supported with .net application.
here it's tells XMPP Chat server. Is there any additional cost for purchase it. After that how i setup this server for chat facility. here it's gives advice for identity i have to manually register user with it and i can use with my own web site.
Is there any one have idea how i implement this to my web site. Step By Step
Please help me..
Since you mentioned Asp.net so I am assuming you are talking about windows platform. I am using Openfire for XMPP messaging since last 5-6 years now and it is very easy to use and stable XMPP server. You can install it on your server and then configure Converse.js and XAMPP in conjunction with it to get web client chat feature. I referred this link to configure XAMPP along with Openfire: https://community.igniterealtime.org/docs/DOC-2954
Basic steps:
1. Install Openfire
2. Install XAMPP and configure as given in above link
3. Configure Converse.js in Asp.net application

Google+ integration with ASP.NET

Is there a way to post data from a ASP.NET application to Google+ account of a user. Does Google+ provide any API for the .NET platform?
Since the Google+ API is now available, you can use the Google APIs Client Library for .NET to access the API.
As of 9-7-2011, the API has not yet been released:
http://googleplusplatform.blogspot.com/
There is, however, a platform preview for which you can sign up:
http://www.google.com/+/learnmore/platform-preview/
Here is some discussion of the issue as well as some unofficial (that is to say, they will break eventually) APIs:
http://blog.programmableweb.com/2011/07/18/the-unofficial-google-plus-api-wait-which-one/

Resources