Well, what I am asking is, what is the LN API that we are going to wrap in this connectors?
Thanks, Samisa... Samisa Abeysinghe Vice President Training WSO2 Inc. http://wso2.com On Fri, Dec 20, 2013 at 3:00 PM, Indika Kularathne <[email protected]>wrote: > Hi Malaka, > > I will update the reference API and documentation link for each > connectors. > > Thanks > > Indika > > Thanks > BR > Indika Kularathne > > > > On Fri, Dec 20, 2013 at 1:56 PM, Malaka Silva <[email protected]> wrote: > >> Hi Indika, >> >> This is applicable to all the connector implementations. >> >> Please mention the original API references wrapped by the connectors. >> >> Also share the documentations you are following for the implementation. >> >> Thank you. >> >> Best Regards, >> Malaka >> >> >> On Fri, Dec 20, 2013 at 1:38 PM, Samisa Abeysinghe <[email protected]>wrote: >> >>> Guys this is the second thread that I see on connector APIs without any >>> reference to the original API. >>> >>> Should we not make it a point to refer/mention the source API that we >>> are wrapping with the connector??? >>> >>> Thanks, >>> Samisa... >>> >>> >>> Samisa Abeysinghe >>> >>> Vice President Training >>> >>> WSO2 Inc. >>> http://wso2.com >>> >>> >>> >>> On Wed, Dec 18, 2013 at 7:13 PM, Dhanushka Ranasinghe < >>> [email protected]> wrote: >>> >>>> Hi >>>> >>>> User *[email protected] <[email protected]>* need to subscribe to >>>> the architecture mail list http://wso2.com/mail/ >>>> >>>> Thank You >>>> Dhanushka >>>> >>>> >>>> On Wed, Dec 18, 2013 at 2:20 PM, Malaka Silva <[email protected]> wrote: >>>> >>>>> Please check the following. >>>>> >>>>> >>>>> On Wed, Dec 18, 2013 at 2:11 PM, Indika Kularathne < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi Malaka, >>>>>> >>>>>> One of my team member replied to this thread..but not accepted!! It >>>>>> saying "This post has NOT been accepted by the mailing list yet." >>>>>> >>>>>> >>>>>> http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-LinkedIn-td89699.html >>>>>> >>>>>> Thanks >>>>>> BR >>>>>> Indika Kularathne >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Dec 18, 2013 at 11:07 AM, Malaka Silva <[email protected]>wrote: >>>>>> >>>>>>> Hi Indika, >>>>>>> >>>>>>> Method companyLookUp should be companyLookup. >>>>>>> >>>>>>> If we use getProfileFields without Field Selectors what happens? Will >>>>>>> it return all available fields or just ID? >>>>>>> >>>>>>> Best Regards, >>>>>>> Malaka >>>>>>> >>>>>>> >>>>>>> On Tue, Dec 17, 2013 at 11:11 AM, Malaka Silva <[email protected]>wrote: >>>>>>> >>>>>>>> Hi Indika, >>>>>>>> >>>>>>>> Method companyLookUp should be companyLookup. >>>>>>>> >>>>>>>> If we use getProfileFields without Field Selectors what happens? Will >>>>>>>> it return all available fields or just ID? >>>>>>>> >>>>>>>> Best Regards, >>>>>>>> Malaka >>>>>>>> >>>>>>>> >>>>>>>> On Fri, Dec 13, 2013 at 6:16 PM, indika prasad < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> *Introduction* >>>>>>>>> >>>>>>>>> LinkedIn, application created to build your professional identity >>>>>>>>> online and >>>>>>>>> stay in touch with colleagues and classmates. It also discovers >>>>>>>>> professional >>>>>>>>> opportunities, business deals, and new ventures. LinkedIn API is >>>>>>>>> used to >>>>>>>>> deal with LinkedIn to perform certain operations allowed by the >>>>>>>>> API. >>>>>>>>> >>>>>>>>> *Connector Summery* >>>>>>>>> • Connector Name: LinkedIn-connector-1.0.0 >>>>>>>>> • Version: 1.0.0 >>>>>>>>> • Technology: REST >>>>>>>>> >>>>>>>>> *Authentication* >>>>>>>>> oauth2 access token use to access the API >>>>>>>>> >>>>>>>>> Selected Methods (23) for version 1.0.0 >>>>>>>>> >>>>>>>>> *Authorization* >>>>>>>>> • *getAuthorizationCode*- Access token is unique >>>>>>>>> to a user and an API >>>>>>>>> Key. You need access tokens in order to make API calls to LinkedIn >>>>>>>>> on behalf >>>>>>>>> of the user who authorized your application. Getting an >>>>>>>>> authorization code >>>>>>>>> for an application for a particular user gets satisfies via this >>>>>>>>> method.. >>>>>>>>> • *getAccessToken*- Requesting an Access Token >>>>>>>>> by exchanging the >>>>>>>>> authorization code for it gets satisfies via this method >>>>>>>>> >>>>>>>>> *People Operations* >>>>>>>>> • *getProfile*-The Profile API returns a >>>>>>>>> member's LinkedIn profile. >>>>>>>>> • *getProfileFields *- LinkedIn Members publish >>>>>>>>> a variety of information >>>>>>>>> about themselves on their member profile. >>>>>>>>> • *getConnections *- The Connections API returns >>>>>>>>> a list of 1st degree >>>>>>>>> connections for a user who has granted access to his/her account. >>>>>>>>> • *peopleSearch *- The People Search API returns >>>>>>>>> information about >>>>>>>>> people. >>>>>>>>> • *accessOutOfNetworkProfiles *- Presenting with >>>>>>>>> people resources that >>>>>>>>> are outside of the current member's three degrees. >>>>>>>>> >>>>>>>>> *Companies* >>>>>>>>> • *companyLookUp*-Retrieves and displays one or >>>>>>>>> more company profiles. >>>>>>>>> • *getCompanyStatistics *- The Company >>>>>>>>> Statistics API provides the >>>>>>>>> ability to retrieve statistics for a particular company page. >>>>>>>>> • *searchCompanyPage*-The Company Search API >>>>>>>>> enables search across >>>>>>>>> company pages. >>>>>>>>> • *followCompanyPage*-Members can follow >>>>>>>>> companies to receive updates >>>>>>>>> for company activities such as new job postings, employment >>>>>>>>> changes, and new >>>>>>>>> products >>>>>>>>> >>>>>>>>> *Jobs * >>>>>>>>> • *viewJobs*-The Jobs APIs provide access to >>>>>>>>> view jobs and job data. >>>>>>>>> • *searchJobs*-The Job Search API enables search >>>>>>>>> across LinkedIn's job >>>>>>>>> postings. >>>>>>>>> • *closeJobPost *- Allow to close an existing >>>>>>>>> job at LinkedIn. >>>>>>>>> • *postJob *- Allow to post a new job to >>>>>>>>> LinkedIn. >>>>>>>>> >>>>>>>>> *Share and social stream* >>>>>>>>> • *shareResources *- Through the Share API, you >>>>>>>>> can enable users take >>>>>>>>> full advantage of this functionality within your application. >>>>>>>>> • *getNetworkUpdates *- The Get Network >>>>>>>>> Updates API returns the users >>>>>>>>> network updates, which is the LinkedIn term for the user's feed. >>>>>>>>> This call >>>>>>>>> returns most of what shows up in the middle column of the >>>>>>>>> LinkedIn.com home >>>>>>>>> page, either for the member or the member's connections. >>>>>>>>> • *sendActivity *- The Post Network Update >>>>>>>>> API allows you to send in an >>>>>>>>> activity from your site to be posted to the first degree >>>>>>>>> connections of the >>>>>>>>> LinkedIn user. >>>>>>>>> >>>>>>>>> *Communication* >>>>>>>>> • *invitePeople *- The Invitation API allows >>>>>>>>> your users to invite people >>>>>>>>> they find in your application to their LinkedIn network. >>>>>>>>> • *sendMessage *- LinkedIn offers a simple >>>>>>>>> API for sending messages via >>>>>>>>> LinkedIn between two or more individuals connected to the member >>>>>>>>> sending the >>>>>>>>> message. >>>>>>>>> >>>>>>>>> *Status Updates* >>>>>>>>> • *getStatus *- Get the current status of a >>>>>>>>> user who has granted >>>>>>>>> permission to the application >>>>>>>>> >>>>>>>>> *Config* >>>>>>>>> • *init *-Configuration details >>>>>>>>> >>>>>>>>> >>>>>>>>> *Methods that are not going to implement with version 1.0.0* >>>>>>>>> >>>>>>>>> *People Operations* >>>>>>>>> • *getFieldSelectors * - Allows specifying what >>>>>>>>> fields you want >>>>>>>>> returned. >>>>>>>>> >>>>>>>>> *Groups* >>>>>>>>> • *getAccessToReadWrite* - The Groups API >>>>>>>>> provides rich access to read >>>>>>>>> and interact with LinkedIn’s group’s functionality. >>>>>>>>> • *outFieldsForGroups* - The following sections >>>>>>>>> describe the output >>>>>>>>> fields for the Groups domain model. >>>>>>>>> >>>>>>>>> *Companies* >>>>>>>>> • *getCompanyProductDetails*-Company products >>>>>>>>> and services are available >>>>>>>>> via the Company API. The product data type contains details about a >>>>>>>>> company's product or service, including recommendations from >>>>>>>>> LinkedIn >>>>>>>>> members, and replies from company representatives. >>>>>>>>> • *getCompanyShares*-You can use the Company >>>>>>>>> Updates API to read shares >>>>>>>>> for a particular company >>>>>>>>> • *targetCompanyShares *-Allow company >>>>>>>>> admins to specify the target(s) >>>>>>>>> of the share to reach specific member populations within Linkedin. >>>>>>>>> • *actOnCompanyShare*-When the company share is >>>>>>>>> posted, it is >>>>>>>>> distributed on its respective LinkedIn company page as well as in >>>>>>>>> the >>>>>>>>> Network Updates stream of the company followers. Therefore, any >>>>>>>>> engagement >>>>>>>>> (such as likes and comments) made on the company share are done >>>>>>>>> through the >>>>>>>>> network/updates resource and are treated the same as a member's >>>>>>>>> network >>>>>>>>> update. In other words, both company shares and member updates are >>>>>>>>> identified by an update key to reference it. >>>>>>>>> >>>>>>>>> *Jobs* >>>>>>>>> • *editJobPosting*-Edit an existing job at >>>>>>>>> LinkedIn. >>>>>>>>> • *retrieveBookMarkedJobs*-Use the Job Bookmark >>>>>>>>> API to retrieve a list >>>>>>>>> of bookmarked jobs for a member >>>>>>>>> • *renewJobPost*-Allow to renew an existing job >>>>>>>>> at LinkedIn. >>>>>>>>> >>>>>>>>> *Share and social stream* >>>>>>>>> • *getCommentableAndLikableUpdates*-Some Network >>>>>>>>> Updates may have >>>>>>>>> comments or likes attached to them. These kind of updates are >>>>>>>>> called >>>>>>>>> commentable network updates and likeable network updates. This >>>>>>>>> allows the >>>>>>>>> users to work with commentable and likable updates. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> Indika Kularathne >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> View this message in context: >>>>>>>>> http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-LinkedIn-tp89699.html >>>>>>>>> Sent from the WSO2 Architecture mailing list archive at Nabble.com. >>>>>>>>> _______________________________________________ >>>>>>>>> Architecture mailing list >>>>>>>>> [email protected] >>>>>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Best Regards, >>>>>>>> >>>>>>>> Malaka Silva >>>>>>>> Senior Tech Lead >>>>>>>> M: +94 777 219 791 >>>>>>>> Tel : 94 11 214 5345 >>>>>>>> Fax :94 11 2145300 >>>>>>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >>>>>>>> Blog : http://mrmalakasilva.blogspot.com/ >>>>>>>> >>>>>>>> WSO2, Inc. >>>>>>>> lean . enterprise . middleware >>>>>>>> http://www.wso2.com/ >>>>>>>> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> >>>>>>>> >>>>>>>> Save a tree -Conserve nature & Save the world for your future. >>>>>>>> Print this email only if it is absolutely necessary. >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Best Regards, >>>>>>> >>>>>>> Malaka Silva >>>>>>> Senior Tech Lead >>>>>>> M: +94 777 219 791 >>>>>>> Tel : 94 11 214 5345 >>>>>>> Fax :94 11 2145300 >>>>>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >>>>>>> Blog : http://mrmalakasilva.blogspot.com/ >>>>>>> >>>>>>> WSO2, Inc. >>>>>>> lean . enterprise . middleware >>>>>>> http://www.wso2.com/ >>>>>>> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> >>>>>>> >>>>>>> Save a tree -Conserve nature & Save the world for your future. Print >>>>>>> this email only if it is absolutely necessary. >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Best Regards, >>>>> >>>>> Malaka Silva >>>>> Senior Tech Lead >>>>> M: +94 777 219 791 >>>>> Tel : 94 11 214 5345 >>>>> Fax :94 11 2145300 >>>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >>>>> Blog : http://mrmalakasilva.blogspot.com/ >>>>> >>>>> WSO2, Inc. >>>>> lean . enterprise . middleware >>>>> http://www.wso2.com/ >>>>> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> >>>>> >>>>> Save a tree -Conserve nature & Save the world for your future. Print >>>>> this email only if it is absolutely necessary. >>>>> >>>> >>>> >>>> >>>> -- >>>> Dhanushka Ranasinghe, >>>> WSO2 lnc http://wso2.com >>>> E-mail : [email protected] >>>> Mobile : +94771928269 >>>> >>> >>> >> >> >> -- >> >> Best Regards, >> >> Malaka Silva >> Senior Tech Lead >> M: +94 777 219 791 >> Tel : 94 11 214 5345 >> Fax :94 11 2145300 >> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >> Blog : http://mrmalakasilva.blogspot.com/ >> >> WSO2, Inc. >> lean . enterprise . middleware >> http://www.wso2.com/ >> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> >> >> Save a tree -Conserve nature & Save the world for your future. Print this >> email only if it is absolutely necessary. >> > >
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
