GithubHelp home page GithubHelp logo

reliqarts / thujohn-twitter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atymic/twitter

2.0 2.0 0.0 362 KB

Twitter API for Laravel 6

License: MIT License

PHP 100.00%
api integration laravel simple thujohn twitter

thujohn-twitter's People

Contributors

ahuggins avatar anahkiasen avatar clarkf avatar clemblanco avatar craytor avatar dantaylorseo avatar djug avatar ebisbe avatar j3j5 avatar janpio avatar juukie avatar leewillis77 avatar marcorivm avatar mateusrevoredo avatar maumagau avatar mikevrind avatar nhalloran avatar nivv avatar nwidart avatar pajoda avatar reliq avatar robertdeniszczyc avatar sdebruyn avatar silentfred avatar thujohn avatar trapvincenzo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

thujohn-twitter's Issues

No config found

I'm follow all step that you mention in your documentation after that we can't found any ttwitter.php file in config folder.
TWITTER_CONSUMER_KEY= TWITTER_CONSUMER_SECRET= TWITTER_ACCESS_TOKEN= TWITTER_ACCESS_TOKEN_SECRET=
i'm copy past in .env and inter my all keys but when i'm run function
Route::get('/home', function(){ Twitter::getSettings(); });
found that error No config found

public function __construct(Config $config, SessionStore $session){

    if ($config->has('ttwitter::config')) {

        $this->tconfig = $config->get('ttwitter::config');

    } elseif ($config->get('ttwitter')) {

        $this->tconfig = $config->get('ttwitter');

    } else {

        throw new RuntimeException('No config found');

    }`

Class 'Twitter' not found

Getting error Class 'Twitter' not found when I query Twitter::getUserTimeline(['screen_name' => $user, 'count' => $count, 'format' => 'array']);

Need to get headers while calling twitter endpoint

Hi,
i would like to get the header information while calling twitter endpoint for instance
$timeline = Twitter::getStatusesLookup($parameters)
i can see those information in Thujohn\Twitter\Twitter.php in public function query() method.the response contain header information. but the function formats the response and only returns response key from the object.please support those header information in the response.Thanks in advance

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.