mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Re-enabling message property for facebook.
This commit is contained in:
parent
ca4b2884cb
commit
9deff7a336
1 changed files with 1 additions and 1 deletions
|
@ -2148,7 +2148,7 @@ class MSocialServices(mongo.Document):
|
|||
name=shared_story.story_title,
|
||||
description=content,
|
||||
website=shared_story.blurblog_permalink(),
|
||||
# message=message,
|
||||
message=message,
|
||||
)
|
||||
except facebook.GraphAPIError, e:
|
||||
print e
|
||||
|
|
Loading…
Add table
Reference in a new issue