koala
koala copied to clipboard
Invalid app_secret_proof response
[ ] What I'm doing works on the [Graph API explorer]
[ ] I'm using the newest version
Koala 3.0.0
[ ] Here's code to replicate the issue:
@graph = Koala::Facebook::API.new(access_token)
#where access token has been both my personal access token and my page's
@graph.get_object("me")
@ilrock Where you able to fix this issue?