agorapulse / grails-facebook-sdk

Facebook SDK Grails Plugin
http://agorapulse.github.com/grails-facebook-sdk/guide
30 stars 13 forks source link

Put core functionality into a library JAR #10

Closed msgilligan closed 11 years ago

msgilligan commented 11 years ago

It would be nice to see if some of the core APIs and types could be put into a library jar. That would allow them to be used in Java-based projects that are using some Groovy, but aren't fully Grails-based. There is a lot of good stuff in here and it would be nice to be able to use it without using the full Grails plugin. (I proposed using it to a client and they rejected the proposal mainly for that reason.)

benorama commented 11 years ago

If you need to call Facebook Graph API, can't you use directly RestFB java lib (which is used by the SDK)? http://restfb.com

msgilligan commented 11 years ago

That's what we're doing for now.