-
Notifications
You must be signed in to change notification settings - Fork 269
Conversation
Any word on this? Super frustrating at the moment |
+1 |
I am sorry guys. I accidentally added some code that should not be in Pull Request. How can I delete this Pull Request? |
Just revert and commit. Request for merge :) |
Not sure @matejferenc why are you worried about your commit. Your code is not committed to master. You have just committed to your local branch. Just revert your commit in your branch matejferenc:2.0.1.RELEASE. Everything should be fine. |
I closed the pull request and created new one. On Mon, Nov 9, 2015 at 10:07 AM, hth [email protected] wrote:
|
Thats good. Someone will look at it and merge it then :) |
Hi! I wanted to use spring social facebook with facebook API version v2.5 but it throws exception org.springframework.social.UncategorizedApiException: (#100) Tried accessing nonexisting field (address) on node type (User). And i found that address field still is in PROFILE_FIELDS array at spring-social-facebook-2.0.2.RELEASE. What can I do? |
@RakhmatovRuslan You can use my new pull request which is here: https://github.com/matejferenc/spring-social-facebook/tree/bugfix |
@matejferenc |
Facebook changed their API. Now including "address" field in call to "me" returns error from Facebook.