This repository was archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
API User
Jang Ryeol edited this page Aug 7, 2016
·
23 revisions
유저 정보를 반환합니다.
{
"isAdmin": false,
"regDate": "2016-08-06T04:38:10.852Z",
"notificationCheckedAt": "2016-08-06T04:38:10.852Z",
"email": "abcd@gmail.com"
}페이스북 계정을 연결합니다.
| Name | Description | Example |
|---|---|---|
| fb_name | 페이스북 이름 | `John |
| fb_token | 페이스북 Access 토큰 |
갱신된 토큰을 반환합니다.
{
"token": "..."
}기존 페이스북 계정 연동을 해제합니다. ID 계정이 아니라면 해제할 수 없습니다.
갱신된 토큰을 반환합니다.
{
"token": "..."
}페이스북 계정 연동 상태를 반환합니다.
{
"name": "John Smith",
"attached": true
}- Home
- Conventions & License
- 서버 시작 및 수강편람 업데이트
- API List (for express branch)
- Error Codes
- Feedback
- Basics and Authentication
- Bookmark
- Coursebook
- Search Query
- Colors
- Tags
- Timetable
- Notification
- User
- Shared Timetables
- Client (for ver 2.0)
- StoryBoard