Skip to content

Commit

Permalink
Add optional "source" parameter to update_status.
Browse files Browse the repository at this point in the history
Note: source parameter only works with identi.ca API.
Twitter ignores this parameter.

Signed-off-by: Joshua Roesslein <jroesslein@gmail.com>
  • Loading branch information
kumanna authored and joshthecoder committed Dec 10, 2009
1 parent 36fa0cb commit 1333587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Expand Up @@ -104,7 +104,7 @@ def __init__(self, auth_handler=None,
path = '/statuses/update.json',
method = 'POST',
parser = parse_status,
allowed_param = ['status', 'in_reply_to_status_id', 'lat', 'long'],
allowed_param = ['status', 'in_reply_to_status_id', 'lat', 'long', 'source'],
require_auth = True
)

Expand Down

0 comments on commit 1333587

Please sign in to comment.