Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapkyca/KnownKnown
Simple Known cross poster, written to test my OAuth server and the API
https://github.com/mapkyca/KnownKnown
Last synced: 3 months ago
JSON representation
Simple Known cross poster, written to test my OAuth server and the API
- Host: GitHub
- URL: https://github.com/mapkyca/KnownKnown
- Owner: mapkyca
- Created: 2014-11-19T20:04:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T12:37:05.000Z (over 8 years ago)
- Last Synced: 2024-07-27T04:37:38.709Z (4 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Known -> Known crosspost
========================This plugin links a user on one known site to a user on another known site, allowing you to cross post (most) content.
Primarily this was written as a test/proof of concept for my OAuth2 Server , but might actually be useful to some people - for example,
if you have a corporate known blog and want to post to it from your personal blog.Even though it was originally written as an OAuth2 tester, it also supports Known's native signed HTTP api authentication method.
Usage
-----* Install in your plugins
* Create your application on the server you want to post to
* Enter those details into the account on the server you want to post from
* Go through your standard oauth linkingSupports
--------* [x] Status posts
* [x] Text posts
* [x] Image posts
* [x] Location posts
* [x] Bookmarks
* [x] Checkins
* [x] Events
* [x] AudioSee
---
* Author: Marcus Povey
* OAuth2 Spec
* My OAuth2 server