GithubHelp home page GithubHelp logo

willisju / linkedin-j Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nabeelmukhtar/linkedin-j

4.0 4.0 5.0 22.55 MB

A Java wrapper for LinkedIn APIs.

Home Page: http://code.google.com/p/linkedin-j/

Java 99.56% CSS 0.44%

linkedin-j's People

Contributors

nabeelmukhtar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

linkedin-j's Issues

Company Products & Services API - No Longer Supported

From the linkedin devleoper blog
https://developer.linkedin.com/blog/company-products-services-api-no-longer-supported

May 16, 2014

All current requests to company Products & Services via the API will continue to return results as usual. However, because companies no longer have access to their Products & Services tab, this data may no longer be up to date.

Starting Monday July 14th, 2014, these endpoints will be fully deprecated and cease to work.

Requests to the "products" endpoint directly, “https://api.linkedin.com/v1/companies/{id}/products”, will return a HTTP 410: Gone error.

Requests to the "companies" endpoint with “products” in its field selectors,“https://api.linkedin.com/v1/companies/{id}:(id,products)", will not return any data for “products”.

Please ensure code modifications are complete by July 14th, 2014.

oAuthService.getOAuthRequestToken() -> NoSuchMethodError

Hello !

This must be an error from me but I don't get why I am having this stupid error.

I am following the basic guide :

LinkedInOAuthService oAuthService = LinkedInOAuthServiceFactory.getInstance()
            .createLinkedInOAuthService(CONSUMER_KEY, CONSUMER_SECRET);
LinkedInRequestToken requestToken = oAuthService.getOAuthRequestToken(CALLBACK_URL);

At the second line I'm getting this eror therefore my app crashes.

Going to the source shows that ... oAuthService.java is a simple interface.
Where is the code ?

I downloaded linkedin-j-core-1.1.jar from Maven sources and I am using Android Studio (last version).

Please help !

Thanks !

This is the exact error I get :
java.lang.NoSuchMethodError: Loauth/signpost/OAuthProvider;.retrieveRequestToken

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.