marcel (owner)

Revisions

gist: 217206 Download_button fork
public
Public Clone URL: git://gist.github.com/217206.git
Embed All Files: show embed
YAML #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
- identifier: 1
  status_code: 400
  message: "Error in 'since_id' parameter: invalid id."
  name: invalid_since_id
- identifier: 2
  status_code: 400
  message: Invalid request.
  lable: invalid_request
- identifier: 3
  status_code: 400
  message: "Rate limit exceeded. Clients may not make more than {limiter.limit} requests per hour."
  name: rate_limit_exceeded
- identifier: 4
  status_code: 400
  message: Two user ids or screen_names must be supplied.
  name: two_users_required
- identifier: 5
  status_code: 400
  message: We could not delete that status for some reason.
  name: unable_to_delete_status
- identifier: 6
  status_code: 401
  message: Authentication required to request your own timeline.
  name: must_authenticate_for_own_timeline
- identifier: 7
  status_code: 403
  message: "Client must provide a 'status' parameter with a value."
  name: status_required
- identifier: 8
  status_code: 403
  message: Could not find both specified users.
  name: can_not_find_both_users
- identifier: 9
  status_code: 403
  message: "Could not follow user: {notice}"
  name: could_not_follow_user
- identifier: 10
  status_code: 403
  message: Could not register Apple push device.
  name: could_not_register_apple_push_device
- identifier: 11
  status_code: 403
  message: Following information is not available for protected users without authentication.
  name: must_authenticate_for_following_information_of_protected_user
- identifier: 12
  status_code: 403
  message: "Leaving friend failed: no such user."
  name: can_not_unfollow_non_existant_user
- identifier: 13
  status_code: 403
  message: "Missing required parameter: query."
  name: query_required
- identifier: 14
  status_code: 403
  message: Recipient user not found.
  name: recipient_not_found
- identifier: 15
  status_code: 403
  message: "Sorry, you are not authorized to see this status."
  name: not_authorized_to_see_status
- identifier: 16
  status_code: 410
  message: The email parameter has been deprecated.
  name: email_parameter_deprecated
- identifier: 17
  status_code: 403
  message: There was a problem following the specified user.
  name: problem_following_user
- identifier: 18
  status_code: 403
  message: There was a problem leaving the specified user.
  name: problem_leaving_user
- identifier: 19
  status_code: 403
  message: There was an error deleting the specified direct message.
  name: error_deleting_direct_message
- identifier: 20
  status_code: 403
  message: There was an error deleting your search.
  name: error_deleting_search
- identifier: 21
  status_code: 403
  message: "There was an error sending your message: {message.errors.full_messages.to_sentence}"
  name: error_sending_message
- identifier: 22
  status_code: 403
  message: This account is currently suspended.
  name: account_is_suspended
- identifier: 23
  status_code: 403
  message: You are not friends with the specified user.
  name: not_friends_with_user
- identifier: 24
  status_code: 403
  message: You cannot send messages to users who are not following you.
  name: can_not_send_messages_to_user_not_following_you
- identifier: 25
  status_code: 403
  message: You do not have permission to retrieve following status for both specified users.
  name: can_not_retrieve_following_status_for_specified_users
- identifier: 26
  status_code: 403
  message: You have already favorited this status.
  name: status_already_favorited
- identifier: 27
  status_code: 403
  message: You may not delete another user's status.
  name: can_not_delete_other_users_status
- identifier: 28
  status_code: 403
  message: "You may only delete direct messages you've sent or received."
  name: can_not_delete_direct_message
- identifier: 29
  status_code: 404
  message: No direct message with that ID found.
  name: can_not_find_direct_message
- identifier: 30
  status_code: 404
  message: No status found with that ID.
  name: can_not_find_status
- identifier: 31
  status_code: 404
  message: User has been suspended.
  name: user_has_been_suspended
- identifier: 32
  status_code: 404
  message: User not found.
  name: user_not_found
- identifier: 33
  status_code: 404
  message: Users not found.
  name: users_not_found
- identifier: 34
  status_code: 404
  message: You are not blocking this user.
  name: not_blocking_user
- identifier: 35
  status_code: 410
  message: "This method is deprecated. Please call {new_path}."
  name: method_is_deprecated
- identifier: 36
  status_code: 500
  message: There was an error sending your message.
  name: error_sending_message