正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -2688,7 +2688,7 @@ class FacebookClient(Client): | @@ -2688,7 +2688,7 @@ class FacebookClient(Client): | ||
| 2688 | "displayCommentsFeedbackContext": None, "displayCommentsContextEnableComment": None, | 2688 | "displayCommentsFeedbackContext": None, "displayCommentsContextEnableComment": None, |
| 2689 | "displayCommentsContextIsAdPreview": None, "displayCommentsContextIsAggregatedShare": None, | 2689 | "displayCommentsContextIsAdPreview": None, "displayCommentsContextIsAggregatedShare": None, |
| 2690 | "displayCommentsContextIsStorySet": None, "feedLocation": "GROUP", "feedbackSource": 0, | 2690 | "displayCommentsContextIsStorySet": None, "feedLocation": "GROUP", "feedbackSource": 0, |
| 2691 | - "focusCommentID": None, "gridMediaWidth": None, "scale": 1, | 2691 | + "focusCommentID": None, "gridMediaWidth": None, "scale": 2, |
| 2692 | "privacySelectorRenderLocation": "COMET_STREAM", "renderLocation": "group", "useDefaultActor": False, | 2692 | "privacySelectorRenderLocation": "COMET_STREAM", "renderLocation": "group", "useDefaultActor": False, |
| 2693 | "isFeed": False, "isFundraiser": False, "isFunFactPost": False, "isGroup": True, "isTimeline": False, | 2693 | "isFeed": False, "isFundraiser": False, "isFunFactPost": False, "isGroup": True, "isTimeline": False, |
| 2694 | "isLivingRoom": False, "isSocialLearning": False, "isPageNewsFeed": False, | 2694 | "isLivingRoom": False, "isSocialLearning": False, "isPageNewsFeed": False, |
| @@ -2697,7 +2697,7 @@ class FacebookClient(Client): | @@ -2697,7 +2697,7 @@ class FacebookClient(Client): | ||
| 2697 | var['input'].pop('with_tags_ids', None) | 2697 | var['input'].pop('with_tags_ids', None) |
| 2698 | if not text_format_preset_id: | 2698 | if not text_format_preset_id: |
| 2699 | var['input'].pop('text_format_preset_id', None) | 2699 | var['input'].pop('text_format_preset_id', None) |
| 2700 | - res = self.graphql_api('ComposerStoryCreateMutation', '3613725498717497', var) | 2700 | + res = self.graphql_api('ComposerStoryCreateMutation', '4390106454349218', var) |
| 2701 | return self.f_res(res) | 2701 | return self.f_res(res) |
| 2702 | 2702 | ||
| 2703 | def NEWSFEEDComposerStoryCreateMutation(self, text: str = '', text_format_preset_id: str = '', | 2703 | def NEWSFEEDComposerStoryCreateMutation(self, text: str = '', text_format_preset_id: str = '', |
| @@ -2741,7 +2741,7 @@ class FacebookClient(Client): | @@ -2741,7 +2741,7 @@ class FacebookClient(Client): | ||
| 2741 | var['input'].pop('with_tags_ids', None) | 2741 | var['input'].pop('with_tags_ids', None) |
| 2742 | if not text_format_preset_id: | 2742 | if not text_format_preset_id: |
| 2743 | var['input'].pop('text_format_preset_id', None) | 2743 | var['input'].pop('text_format_preset_id', None) |
| 2744 | - res = self.graphql_api('ComposerStoryCreateMutation', '3613725498717497', var) | 2744 | + res = self.graphql_api('ComposerStoryCreateMutation', '4390106454349218', var) |
| 2745 | return self.f_res(res) | 2745 | return self.f_res(res) |
| 2746 | 2746 | ||
| 2747 | def primaryLocation(self): | 2747 | def primaryLocation(self): |
-
请 注册 或 登录 后发表评论