{"id":13560348,"url":"https://github.com/MunGell/Codeigniter-TwitterOAuth","last_synced_at":"2025-04-03T15:32:08.983Z","repository":{"id":2265721,"uuid":"3221929","full_name":"MunGell/Codeigniter-TwitterOAuth","owner":"MunGell","description":"Codeigniter and TwitterOauth library integration","archived":false,"fork":false,"pushed_at":"2017-06-22T08:54:47.000Z","size":19,"stargazers_count":75,"open_issues_count":13,"forks_count":62,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-28T12:38:52.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MunGell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-19T22:45:38.000Z","updated_at":"2025-03-03T18:16:30.000Z","dependencies_parsed_at":"2022-08-22T13:30:54.530Z","dependency_job_id":null,"html_url":"https://github.com/MunGell/Codeigniter-TwitterOAuth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2FCodeigniter-TwitterOAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2FCodeigniter-TwitterOAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2FCodeigniter-TwitterOAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2FCodeigniter-TwitterOAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunGell","download_url":"https://codeload.github.com/MunGell/Codeigniter-TwitterOAuth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247028098,"owners_count":20871647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:00:42.270Z","updated_at":"2025-04-03T15:32:03.964Z","avatar_url":"https://github.com/MunGell.png","language":"PHP","funding_links":[],"categories":["Web Services","Authentication and Authorization"],"sub_categories":[],"readme":"Codeigniter-TwitterOauth library integration\n============================================\n\n**Please note that this library is not maintained any more.**\n\nDescription\n-----------\n\nThis is [TwitterOAuth PHP library](https://github.com/abraham/twitteroauth) by Abraham Williams slightly changed for Codeigniter integration as library.\n\nPlease note that this project is not actively maintained any more.\n\nMore information about Codeigniter libraries available on [Codeigniter Documentation](http://codeigniter.com/user_guide).\n\nUsage\n-----\n\nThere are two ways to load library to Codeigniter. Automatically within **./config/autoload.php** or directly in your controller by adding this line:  \n\n\t$this-\u003eload-\u003elibrary('twitteroauth');\n\nCreate an instance:\n\n\t$connection = $this-\u003etwitteroauth-\u003ecreate($consumer, $consumer_secret, $access_token, $access_token_secret);\n\nVerify your authentication details:\n\n\t$content = $connection-\u003eget('account/verify_credentials');\n\nSend a message:\n\n\t$data = array(\n\t\t'status' =\u003e $message,\n\t\t'in_reply_to_status_id' =\u003e $in_reply_to\n\t);\n\t$result = $connection-\u003epost('statuses/update', $data);\n\nMore information about Twitter API methods available on [Twitter Developer Page](http://dev.twitter.com).\n\nIn addition there is sample authentication controller in the repository. Please refer to controller directory.\n\nFeedback\n--------\n\nLibrary related issues should be sent to [official issue tracker](https://github.com/abraham/twitteroauth/issues).\n\nAny other questions are welcome [here](https://github.com/MunGell/Codeigniter-TwitterOAuth/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMunGell%2FCodeigniter-TwitterOAuth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMunGell%2FCodeigniter-TwitterOAuth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMunGell%2FCodeigniter-TwitterOAuth/lists"}