arsduo / koala

A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth.

Home Page:http://developers.facebook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid app_secret_proof response

itsameandrea opened this issue · comments

[ ] What I'm doing works on the [Graph API explorer]
image
[ ] 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")

image

@ilrock Where you able to fix this issue?