{"id":24501448,"url":"https://github.com/heshanlk/social_post","last_synced_at":"2026-05-17T21:08:02.612Z","repository":{"id":139176393,"uuid":"125107213","full_name":"heshanlk/social_post","owner":"heshanlk","description":"Social Post provides a common interface for creating modules related to autoposting to social network services.","archived":false,"fork":false,"pushed_at":"2018-03-13T23:10:52.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T22:35:04.672Z","etag":null,"topics":["drupal","drupal-7","drupal-module"],"latest_commit_sha":null,"homepage":null,"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/heshanlk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-13T19:59:17.000Z","updated_at":"2023-03-07T08:12:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5a9e60f-f06b-4b3c-930d-8d27c079e930","html_url":"https://github.com/heshanlk/social_post","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/heshanlk%2Fsocial_post","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanlk%2Fsocial_post/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanlk%2Fsocial_post/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heshanlk%2Fsocial_post/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heshanlk","download_url":"https://codeload.github.com/heshanlk/social_post/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243698139,"owners_count":20333064,"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":["drupal","drupal-7","drupal-module"],"created_at":"2025-01-21T22:29:28.013Z","updated_at":"2026-05-17T21:07:57.592Z","avatar_url":"https://github.com/heshanlk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social Post for Drupal 7\n\nSocial Post provides a common interface for creating modules related to autoposting to social network services. The module ships with Social Post Facebook and Social Post Twitter.\n\n# Install\n\nSocial Post rely on Facebook Graphs API and Twitter oAuth API.\n\n## Download Dependencies\n```\ncd sites/all/modules/social_post\ncomposer install\n```\n\n## Manually Download Depandencies\n```\ncd sites/all/modules/social_post\ncomposer require facebook/graph-sdk\ncomposer require abraham/twitteroauth\n```\n\n## For Developers\n\nIt is really esay to add new services, see `social_post.api.php` for details.\n\n```\nfunction hook_social_post_accounts(){\n  return array(\n    'twitter' =\u003e array(\n      'name' =\u003e 'Twitter',\n      'settings' =\u003e array(\n        'consumer_key' =\u003e array(\n          '#type' =\u003e 'textfield',\n          '#title' =\u003e t('Consumer Key')\n        ),\n        'consumer_secret' =\u003e array(\n          '#type' =\u003e 'textfield',\n          '#title' =\u003e t('Consumer Secret')\n        )\n      ),\n      'authentication' =\u003e '_social_post_twitter_social_post_authentication_callback',\n      'post_authentication' =\u003e '_social_post_twitter_social_post_post_authentication_callback',\n      'publish' =\u003e '_social_post_twitter_social_post_publish_callback',\n      'accounts' =\u003e '_social_post_twitter_social_post_get_accounts_callback'\n    );\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheshanlk%2Fsocial_post","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheshanlk%2Fsocial_post","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheshanlk%2Fsocial_post/lists"}