We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5db48 commit cc44fe9Copy full SHA for cc44fe9
python/facebookgroup.py
@@ -10,7 +10,7 @@
10
headers = {
11
"Accept": "application/json",
12
"Content-Type": "application/json",
13
- "Authorization": "Basic U1B1c2VybmFtZTpTUHBhc3N3b3Jk"
+ "Authorization": "Basic AUTH"
14
}
15
16
response = requests.post(url, json=payload, headers=headers)
0 commit comments