{"id":17855352,"url":"https://github.com/snuffy/cordova-plugin-twitter-composer","last_synced_at":"2026-05-07T10:36:01.537Z","repository":{"id":57209078,"uuid":"158495682","full_name":"snuffy/cordova-plugin-twitter-composer","owner":"snuffy","description":"cordova-plugin-twitter-composer","archived":false,"fork":false,"pushed_at":"2018-11-28T16:25:44.000Z","size":29,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T13:20:40.522Z","etag":null,"topics":["android","cordova","ios","twitter"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/snuffy.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":"2018-11-21T05:30:04.000Z","updated_at":"2020-03-06T10:01:03.000Z","dependencies_parsed_at":"2022-09-08T18:00:10.540Z","dependency_job_id":null,"html_url":"https://github.com/snuffy/cordova-plugin-twitter-composer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/snuffy/cordova-plugin-twitter-composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffy%2Fcordova-plugin-twitter-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffy%2Fcordova-plugin-twitter-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffy%2Fcordova-plugin-twitter-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffy%2Fcordova-plugin-twitter-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snuffy","download_url":"https://codeload.github.com/snuffy/cordova-plugin-twitter-composer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snuffy%2Fcordova-plugin-twitter-composer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271400259,"owners_count":24752830,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","cordova","ios","twitter"],"created_at":"2024-10-28T02:03:54.840Z","updated_at":"2026-05-07T10:36:01.479Z","avatar_url":"https://github.com/snuffy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cordova-plugin-twitter-composer\n\n## Screen Shot\n\niOS\n\n![2018-11-22 00 49 56](https://user-images.githubusercontent.com/13277036/48852461-bf2afe80-edf0-11e8-9bed-ed28e91ee0d7.png)\n\nAndroid\n\n![screenshot_20181128-212416](https://user-images.githubusercontent.com/13277036/49152078-0ff0a900-f355-11e8-8b03-7525c254a503.png)\n\n\n\n## Instalation\n\n```\n$ cordova plugin add cordova-plugin-twitter-composer\n```\n\nor \n\nadd below code on config.xml\n```\n\u003cplugin name=\"cordova-plugin-twitter-composer\" spec=\"0.0.9\"\u003e\n    \u003cvariable name=\"TWITTERCONSUMERKEY\" value=\"xxxx\" /\u003e\n    \u003cvariable name=\"TWITTERCONSUMERSECRET\" value=\"xxxx\" /\u003e\n\u003c/plugin\u003e\n```\n\n## Cocoapod\n\nThis plugin use cocoapods. please install cocoapods\n\n```\n$ gem install cocoapods\n$ pod setup\n```\n\n\n## Example \n\n```\nlet text = 'This is a cat';\nlet imageURL = 'http://img.yaplog.jp/img/15/pc/k/u/r/kuro-memo/1/1357.jpg';\n\n// login and compose\nTWComposer.compse(text, imageURL).then(res =\u003e {\n  // success or canceling tweet\n  res.status // ['success', 'cancel']\n\n  // you can setting the action after tweeting\n}).catch(error =\u003e {\n  // faild\n  res.status // ['failed']\n});\n\n// logout method\nTWComposer.logout().then(() =\u003e {\n  // after logout\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnuffy%2Fcordova-plugin-twitter-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnuffy%2Fcordova-plugin-twitter-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnuffy%2Fcordova-plugin-twitter-composer/lists"}