简体   繁体   中英

Which Grails Plug-In can be use to quickly integrate with Twitter

I am trying to use Grails and Twitter Plug-in. Plug-in v0.2 looks like to be pretty old and doesn't work anymore, because it generates incorrect urls.

Which plug-in is current and can be use to quickly integrate with Twitter?

My second question is about Grails - It is mature technology - Is it still growing or is slowly going down?

Spring Social is an extension of the Spring Framework that allows you to connect your applications with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.

As Grails is based on Spring, try Spring Social . There is a Grails Spring Social plugin being developed at GitHub: https://github.com/synergyj/grails-spring-social I am not sure about the plugin maturity, but even if it is not mature/stable, Spring Social as is could be used in a grails app.

As for your second question, my opinion is that grails is mature, and it is being actively developed by SpringSource. Besides that, what do you mean by "growing or going down"?

Please split this into two separate questions.

The Twitter4j plugin is the most recent and supports the new OAuth login requirements: http://grails.org/plugin/twitter4j/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM