Open ulvakim opened 8 years ago
I am having same issue as above. any fix for it?
I do have same issue as above. can anyone fix this ?
I fixed it. And I did pull request.
Please check my request.
https://github.com/spring-projects/spring-social-facebook/pull/218
It just remove all about bio
.
I have the same problem? Someone managed to pack?
@gustavofsilva My pull request is approved. 😄 https://github.com/spring-projects/spring-social-facebook/pull/218 Please, be patient until merge it. If you can't wait until merge. clone my repo and build it. zenos2408/spring-social-facebook
I use Maven for my project, could help me to add your branch in my project? @zenos2408
Oh, is it still not merged? Waiting for it so much:):,)
I'm also in need, I do not understand why it takes so long to finish the merge.
I hope merge it. But there is nothing I can do ... 😢
@gustavofsilva , @anselmkim , @PolinaKhainson I hope this release to help you https://github.com/spring-projects/spring-social-facebook/releases/tag/v3.0.0.M1
Thanks, this solved issue for me..waiting for release!
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-facebook</artifactId>
<version>3.0.0.M1</version>
</dependency>
any plan to merge back to version 2?
OMG more than one year to release it in the stable version! It's much time
v2.8 of the Facebook API goes mandatory live on Friday (5th of October) - in 3 days time at the time of writing this message. When is this going to be merged to an official release? Or is this project no longer maintained?
its dead . we should move to another lib or implement own version i guess. won't rely on this lib anymore
I used version 2.0.3.RELEASE of spring-social-facebook and Facebook app api v2.8. I called Facebook login but returned this message. <(#12) bio field is deprecated for versions v2.8 and higher"> How can i fix this?