Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Query Parameter #114

Closed
AsifArko opened this issue Sep 5, 2018 · 1 comment
Closed

Facebook Query Parameter #114

AsifArko opened this issue Sep 5, 2018 · 1 comment
Labels

Comments

@AsifArko
Copy link

AsifArko commented Sep 5, 2018

so I was making a query after getting a session like this
session.Get("v3.0/me?fields=phone,emails",facebook.Params{})
Which worked perfectly before . Suddenly it stopped working .
The solution I found is to use the path only in the query and give the fields to be retrieve at the Param struct .
session.Get("v3.0/me",facebook.Params{
"fields":"phone,emails"
})
And it works just fine

@huandu
Copy link
Owner

huandu commented Sep 6, 2018

I see. It's a regression. I'll fix it soon.

@huandu huandu closed this as completed in 5ad8ac6 Sep 6, 2018
huandu added a commit that referenced this issue Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants