GithubHelp home page GithubHelp logo

linkedinbundle's People

Contributors

hanish-singla avatar nyholm avatar pascalwacker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

linkedinbundle's Issues

Installation

Hi there,

Sorry I do'nt get it in your doc : do we have to do composer require php-http/curl-client guzzlehttp/psr7 php-http/message happyr/linkedin-bundle AND composer require php-http/httplug-bundle ?
Or just the first one ?

Brocken composer dependencies

$ composer require happyr/linkedin-bundle
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Using version ^0.1.0 for happyr/linkedin-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - happyr/linkedin-api-client 0.7.2 requires php-http/client-implementation ^1.0 -> no matching package found.
    - happyr/linkedin-api-client 0.7.1 requires php-http/client-implementation ^1.0 -> no matching package found.
    - happyr/linkedin-api-client 0.7.0 requires php-http/client-implementation ^1.0 -> no matching package found.
    - happyr/linkedin-bundle 0.1.0 requires happyr/linkedin-api-client ^0.7 -> satisfiable by happyr/linkedin-api-client[0.7.0, 0.7.1, 0.7.2].
    - Installation request for happyr/linkedin-bundle ^0.1.0 -> satisfiable by happyr/linkedin-bundle[0.1.0].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.

bundle couldn't configure in symfony 4

working with this bundle on Symfony 4 and added its configuration in linkedin.yaml as below:

services:
Happyr\LinkedIn\LinkedIn:
class: Happyr\LinkedIn\LinkedIn
arguments: ['%env(LINKEDIN_API_KEY)%', '%env(LINKEDIN_API_SECRET)%']
happyr_linkedin:
app_id: 'xxxxxx'
app_secret: 'xxxxxx'
request_format: 'json' # Default
response_format: 'array' # Default
http_client: 'httplug.client' # Service ID for an object implementing Http\Client\HttpClient
http_message_factory: 'httplug.message_factory' # Service ID for an object implementing Http\Message\MessageFactory

But getting this error

The configuration key "app_id" is unsupported for definition "happyr_linkedin" in "linkedin.yaml". Allowed configuration keys are "alias", "parent", "class", "shared", "synthetic", "lazy", "public", "abstract", "deprecated", "factory", "file", "arguments", "properties", "configurator", "calls", "tags", "decorates", "decoration_inner_name", "decoration_priority", "autowire", "autoconfigure", "bind" in linkedin.yaml (which is loaded in resource "linkedin.yaml").

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.