Skip to content

Commit

Permalink
Fixing admin.setRestrictionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
The Web Server committed Jun 30, 2010
1 parent abb0e03 commit 4a5c019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook/__init__.py
Expand Up @@ -129,7 +129,7 @@ class json(object): pass
],
'getRestrictionInfo': [],
'setRestrictionInfo': [
('format', str, []),
('format', str, ['optional']),
('callback', str, ['optional']),
('restriction_str', json, ['optional']),
],
Expand Down

0 comments on commit 4a5c019

Please sign in to comment.