I have the page's auth token. I want to update my page attributes like is_webhooks_subscribed. I can do it in Graph API Explorer with no problem.
Here is documentation on Page updating endpoint
How do I do that using Graph API in Koala gem?
I have the page's auth token. I want to update my page attributes like is_webhooks_subscribed. I can do it in Graph API Explorer with no problem.
Here is documentation on Page updating endpoint
How do I do that using Graph API in Koala gem?
Copyright © 2021 Jogjafile Inc.
Ended up reading gem source code. Found the
apimethod, that is commented: You'll rarely need to call this method directly.Solution: