Skip to content

Conversation

@rvaldez1986
Copy link

Add a greeting text

Add a greeting text
fmt = self.graph_url + "me/thread_settings?access_token={token}"
return requests.post(fmt.format(token=self.access_token),
headers={"Content-Type": "application/json"},
data=json.dumps(data))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

json is not defined, I think we need to add an import for it.

@davidchua
Copy link
Owner

Hi @rvaldez1986, do we have a reference to the API used? I'm getting a 404.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants