Closed sibsibsib closed 8 years ago
Thanks @sibsibsib, I only have one piece of feedback. Have you tried this out with the example app? If not I can give a whirl.
I'll update based on your feedback, thanks.
I haven't tried on the test project, but it's working on my own
On Saturday, 5 December 2015, Sean Callan notifications@github.com wrote:
Thanks @sibsibsib https://github.com/sibsibsib, I only have one piece of feedback. Have you tried this out with the example app? If not I can give a whirl.
— Reply to this email directly or view it on GitHub https://github.com/ueberauth/ueberauth_facebook/pull/5#issuecomment-162242965 .
Great. I'll give it a spin when you're done and we should be good to merge.
made the change requested. Also had a chance to try out the example - everything seems to be working. You should verify just to make sure though :)
Sorry for the delay @sibsibsib, this looks good to me. Thanks again! :+1:
Made a small update which allows to specifically request profile fields. I found that facebook was only returning the name and ID. The change to their API is detailed here:
https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/
I'd like to add some tests, but I'm not quite sure where to get started. Open to suggestiions.