Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinshu1995/ez-draw


https://github.com/kevinshu1995/ez-draw

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ez-draw

## TODO

### core

- [ ] Navigation
- [ ] i18n
- [x] vue-router transition
- [ ] sponsor

### Others

- [ ] Logo
- favicon、Logo
- [ ] package.json

### features

- [ ] Instagram drawing
- [ ] Facebook drawing

### API

- [ ] [POST https://api.instagram.com/oauth/access_token](https://developers.facebook.com/docs/instagram-basic-display-api/reference/oauth-access-token)
- 此端點允許您將授權碼換成短期 Instagram 用戶存取權杖。
- [ ] [GET https://graph.instagram.com/access_token](https://developers.facebook.com/docs/instagram-basic-display-api/reference/access_token)
- 將短期 Instagram 用戶存取權杖換成長期 Instagram 用戶存取權杖。
- [ ] [GET https://graph.instagram.com/refresh_access_token](https://developers.facebook.com/docs/instagram-basic-display-api/reference/refresh_access_token)
- 此端點允許您重新整理長期 Instagram 用戶存取權杖。