{"id":27968699,"url":"https://github.com/ging/distributed-sns-api","last_synced_at":"2026-01-24T10:06:03.462Z","repository":{"id":5162918,"uuid":"6333195","full_name":"ging/distributed-sns-api","owner":"ging","description":null,"archived":false,"fork":false,"pushed_at":"2012-10-22T12:54:22.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T21:06:37.230Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"codrops/OffCanvasMenuEffects","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ging.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-10-22T10:29:36.000Z","updated_at":"2014-01-04T03:59:22.000Z","dependencies_parsed_at":"2022-07-05T23:01:33.760Z","dependency_job_id":null,"html_url":"https://github.com/ging/distributed-sns-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ging/distributed-sns-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Fdistributed-sns-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Fdistributed-sns-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Fdistributed-sns-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Fdistributed-sns-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ging","download_url":"https://codeload.github.com/ging/distributed-sns-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging%2Fdistributed-sns-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28724377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-05-07T21:06:36.497Z","updated_at":"2026-01-24T10:06:03.448Z","avatar_url":"https://github.com/ging.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# API for distributed social network sites\n\nThis document describes an API for distributed social network sites based on [Activity Streams](http://activitystrea.ms). Social network sites send messages between them to communicate the actions of their users. Activities may have side-effects, modifying the social graph, creating new content, etc.\n\n## Activity Streams\n\nThe API uses the following specifications from Activity Streams:\n\n* [JSON Activity Streams 1.0](http://activitystrea.ms/specs/json/1.0/)\n* [Audience Targeting for JSON Activity Streams](http://activitystrea.ms/specs/json/targeting/1.0/)\n* [Responses for Activity Streams](http://activitystrea.ms/specs/json/replies/1.0/)\n\n## Activities endpoint\n\nSites offer one activities endpoint for other sites to post their activities. The activity endpoint is discovered using [Web Host Metadata](http://tools.ietf.org/html/draft-hammer-hostmeta-17). Using the \"activities\" link. \n\n\t\u003cLink rel='activities' href='http://example.com/activities' /\u003e\n\n## Creating an activity\n\nActivities between sites are created posting Activity Streams formated JSON to the activity endpoint:\n\n\tPOST /activities HTTP/1.1\n\tHost: example.com\n\tAuthorization: Bearer mF.9.B5f-4.1JqM\n\tContent-Type: application/json\n\n\t{\n\t\t\"id\": \"http://example.net/activities-n\",\n\t\t\"actor\": {\n\t\t\t\"id\": \"acct:bob@example.net\",\n\t\t\t\"displayName\": \"Bob\",\n\t\t\t\"objectType\": \"person\",\n\t\t\t\"url\": \"http://example.net/bob\"\n\t\t},\n\t\t\"verb\": \"post\",\n\t\t\"object\": {\n\t\t\t\"id\": \"http://example.net/notes/hello-world\",\n\t\t\t\"content\": \"Hello, World!\"\n\t\t\t\"objectType\": \"note\"\n\t\t},\n\t\t\"published\": \"1973-01-01T00:00:00\"\n\t}\n\n## Authentication\n\nSites are authenticated using OAuth \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging%2Fdistributed-sns-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fging%2Fdistributed-sns-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging%2Fdistributed-sns-api/lists"}