|
...
|
...
|
@@ -2688,7 +2688,7 @@ class FacebookClient(Client): |
|
|
|
"displayCommentsFeedbackContext": None, "displayCommentsContextEnableComment": None,
|
|
|
|
"displayCommentsContextIsAdPreview": None, "displayCommentsContextIsAggregatedShare": None,
|
|
|
|
"displayCommentsContextIsStorySet": None, "feedLocation": "GROUP", "feedbackSource": 0,
|
|
|
|
"focusCommentID": None, "gridMediaWidth": None, "scale": 1,
|
|
|
|
"focusCommentID": None, "gridMediaWidth": None, "scale": 2,
|
|
|
|
"privacySelectorRenderLocation": "COMET_STREAM", "renderLocation": "group", "useDefaultActor": False,
|
|
|
|
"isFeed": False, "isFundraiser": False, "isFunFactPost": False, "isGroup": True, "isTimeline": False,
|
|
|
|
"isLivingRoom": False, "isSocialLearning": False, "isPageNewsFeed": False,
|
|
...
|
...
|
@@ -2697,7 +2697,7 @@ class FacebookClient(Client): |
|
|
|
var['input'].pop('with_tags_ids', None)
|
|
|
|
if not text_format_preset_id:
|
|
|
|
var['input'].pop('text_format_preset_id', None)
|
|
|
|
res = self.graphql_api('ComposerStoryCreateMutation', '3613725498717497', var)
|
|
|
|
res = self.graphql_api('ComposerStoryCreateMutation', '4390106454349218', var)
|
|
|
|
return self.f_res(res)
|
|
|
|
|
|
|
|
def NEWSFEEDComposerStoryCreateMutation(self, text: str = '', text_format_preset_id: str = '',
|
|
...
|
...
|
@@ -2741,7 +2741,7 @@ class FacebookClient(Client): |
|
|
|
var['input'].pop('with_tags_ids', None)
|
|
|
|
if not text_format_preset_id:
|
|
|
|
var['input'].pop('text_format_preset_id', None)
|
|
|
|
res = self.graphql_api('ComposerStoryCreateMutation', '3613725498717497', var)
|
|
|
|
res = self.graphql_api('ComposerStoryCreateMutation', '4390106454349218', var)
|
|
|
|
return self.f_res(res)
|
|
|
|
|
|
|
|
def primaryLocation(self):
|
...
|
...
|
|