airbyte-source-facebook-pages 1.1.3__py3-none-any.whl → 1.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-facebook-pages
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Source implementation for Facebook Pages.
5
5
  License: ELv2
6
6
  Author: Airbyte
@@ -1,6 +1,6 @@
1
1
  source_facebook_pages/__init__.py,sha256=VZVUqQ18X8IkiApSkuDl9cXhuxsCFH4LCjHzcwmY0iI,138
2
2
  source_facebook_pages/components.py,sha256=GJLbduA0kYHSD-2JVhieR6us_KszmFbcI1l_nsHZCDE,4704
3
- source_facebook_pages/manifest.yaml,sha256=GfLSqBJrYRSihhI7-R7o94gwE12xZg_P0rp2XJ1tQhw,14804
3
+ source_facebook_pages/manifest.yaml,sha256=SPp6Ia71wokk6iP0nN9W16Il9f-bUcT1tsU5Gpc7o_Y,14755
4
4
  source_facebook_pages/run.py,sha256=LaHnyS63ROFHA8RA-xgN83CGtq6clz2UlmX3UcxxAQk,253
5
5
  source_facebook_pages/schemas/page.json,sha256=2IU2wycPRqVi9OCQfqGJcpRXiJczxsZmJhIwB8UgK6g,51056
6
6
  source_facebook_pages/schemas/page_insights.json,sha256=lmNt_NuUjr25eIC81L5mZcIfBnGnfCNIpkFKx-Lh7M8,734
@@ -72,7 +72,7 @@ source_facebook_pages/schemas/shared/videolist.json,sha256=h9rK-JRbsV7EEzxM0ffLw
72
72
  source_facebook_pages/schemas/shared/voipinfo.json,sha256=lwkslyCbqXCBlusPZwXW40ZXUkf_PyR2dmboqT1fCpo,508
73
73
  source_facebook_pages/source.py,sha256=Zd1H8OVfIytOTB99Nb2UWQtt-JAq9NGAVJsqAwWdwmQ,483
74
74
  source_facebook_pages/spec.yaml,sha256=rbbne2qnCX84pKYklIvETCKloS9LuWMvnFA3SXEc1cc,1019
75
- airbyte_source_facebook_pages-1.1.3.dist-info/METADATA,sha256=IfWIEGWUFiVAYGkUW382wbTsE9TRHJqy3qxV_esIC7Q,7502
76
- airbyte_source_facebook_pages-1.1.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
77
- airbyte_source_facebook_pages-1.1.3.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
- airbyte_source_facebook_pages-1.1.3.dist-info/RECORD,,
75
+ airbyte_source_facebook_pages-1.1.4.dist-info/METADATA,sha256=94sgzQnjSyFlXcZoQtBT_e_z0NsSIBx5FQb6eJdal5A,7502
76
+ airbyte_source_facebook_pages-1.1.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
77
+ airbyte_source_facebook_pages-1.1.4.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
+ airbyte_source_facebook_pages-1.1.4.dist-info/RECORD,,
@@ -8,7 +8,7 @@ definitions:
8
8
  extractor:
9
9
  field_path: ["data"]
10
10
  requester:
11
- url_base: "https://graph.facebook.com/v21.0"
11
+ url_base: "https://graph.facebook.com/v23.0"
12
12
  http_method: "GET"
13
13
  error_handler:
14
14
  type: CompositeErrorHandler
@@ -204,7 +204,6 @@ definitions:
204
204
  'events',
205
205
  'feed',
206
206
  'global_brand_children',
207
- 'groups',
208
207
  'image_copyrights',
209
208
  'indexed_videos',
210
209
  'likes',
@@ -213,7 +212,6 @@ definitions:
213
212
  'posts',
214
213
  'product_catalogs',
215
214
  'published_posts',
216
- 'ratings',
217
215
  'tabs',
218
216
  'tagged',
219
217
  'rtb_dynamic_posts',