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

Is this a dead project? No Release for long time? #233

Open hth opened 7 years ago

hth commented 7 years ago

Is this project going to be supported in future? The gap between releases has been too long to make me wonder if its even worth considering using this in future projects.

rcpeters commented 7 years ago

Specifically Graph API v2.5 will no longer be available after April 12, 2018.

amontenegro commented 6 years ago

It looks the master version is using Graph API 2.10 since Oct 2017:

https://github.com/spring-projects/spring-social-facebook/commit/618884ed84e3ddfeb85bbef10240372e03ce77d1

Can we get a release with all these changes before April this year?

DkVagabonden commented 6 years ago

I Think this project is dead. Sad since i really wanted to use it.

otisg commented 6 years ago

Maybe @habuma could add a new person to the project, somebody who would be into reviewing and merging PRs?

hth commented 6 years ago

@otisg The name of the person will be revealed in chapter 18 of Spring in Action 5. Hold your horses. (Its a joke)

pcornelissen commented 6 years ago

Seems to be dead :-( No updates for a long time, despite the fact that the current released version is broken in a few places due to API changes. Does anyone know a good tutorial to connect to FB and create posts there?

jspetrak commented 6 years ago

@pcornelissen Have you looked at RestFb lib?

pcornelissen commented 6 years ago

I have not, I'll do now. Thanks for the pointer!