spring-attic / spring-social-facebook

Facebook API binding and connect support.
http://projects.spring.io/spring-social-facebook
Apache License 2.0
248 stars 269 forks source link

(#12) bio field is deprecated for versions v2.8 and higher #217

Open ulvakim opened 8 years ago

ulvakim commented 8 years ago

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?

mohamedainab commented 8 years ago

I am having same issue as above. any fix for it?

sarjerav commented 8 years ago

I do have same issue as above. can anyone fix this ?

zenos2408 commented 8 years ago

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.

ghost commented 8 years ago

I have the same problem? Someone managed to pack?

zenos2408 commented 8 years ago

@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

ghost commented 8 years ago

I use Maven for my project, could help me to add your branch in my project? @zenos2408

PolinaKhainson commented 8 years ago

Oh, is it still not merged? Waiting for it so much:):,)

ghost commented 8 years ago

I'm also in need, I do not understand why it takes so long to finish the merge.

zenos2408 commented 8 years ago

I hope merge it. But there is nothing I can do ... 😢

zenos2408 commented 7 years ago

@gustavofsilva , @anselmkim , @PolinaKhainson I hope this release to help you https://github.com/spring-projects/spring-social-facebook/releases/tag/v3.0.0.M1

VadimKirilchuk commented 7 years ago

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>
kousuke commented 7 years ago

any plan to merge back to version 2?

netstart commented 6 years ago

OMG more than one year to release it in the stable version! It's much time

specialtrevor commented 6 years ago

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?

yerzhik commented 6 years ago

its dead . we should move to another lib or implement own version i guess. won't rely on this lib anymore