作者 陈俊学

5.2.4

1.修复发送小组动态相关接口
... ... @@ -5,5 +5,5 @@ SERVER:
control: http://fbchat.xyz:39002/api/terminal
mark: ntkj
VERSION:
code: 523
name: 5.2.3
\ No newline at end of file
code: 524
name: 5.2.4
\ No newline at end of file
... ...
... ... @@ -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):
... ...