-
Authentication error: Opauth returns error auth response.
Array
(
[error] => Array
(
[provider] => Twitter
[code] => 410
[raw] => {"errors":[{"message":…
-
# 内容
`get_user` などで `UserDetail` を取得した際、Twitterのアカウントを設定していないと ```traq.exceptions.ApiValueError: Invalid value for `twitter_id`, must match regular expression `^[a-zA-Z0-9_]{1,15}$``` になる
# 再現する…
-
```
It would be great if Api.GetFollowers(self) took an optional param to
specify a user other than the currently authenticated user.
python-twitter supports this behavior for retrieving friends wit…
-
```
It would be great if Api.GetFollowers(self) took an optional param to
specify a user other than the currently authenticated user.
python-twitter supports this behavior for retrieving friends wit…
-
```
It would be great if Api.GetFollowers(self) took an optional param to
specify a user other than the currently authenticated user.
python-twitter supports this behavior for retrieving friends wit…
-
```
It would be great if Api.GetFollowers(self) took an optional param to
specify a user other than the currently authenticated user.
python-twitter supports this behavior for retrieving friends wit…
-
```
What steps will reproduce the problem?
1. Authorize in api:
api = twitter.Api(consumer_key, consumer_secret, access_token,
access_token_secret)
2. Get public timeline:
statuses = api.GetPublicTim…
-
```
What steps will reproduce the problem?
1. Authorize in api:
api = twitter.Api(consumer_key, consumer_secret, access_token,
access_token_secret)
2. Get public timeline:
statuses = api.GetPublicTim…
-
Motivation: Yql open data table is outdated and maintanence hell.
Proposed: Add nodejs instance and nginx setting to release proxy for twitter api and fbgroup data in json properly.
e.g: api.code4.…
-
```
After reading issue 22
(http://code.google.com/p/python-twitter/issues/detail?id=22), I noticed
that several twitter api parameters aren't supported with this module (not
just since_id). I'm not …