I am implementing a news sharing website for my university project. Users of my app will be provided with a list of news articles with customize shared button named "Show your friend". Almost exactly requirements can be seen on www.pulse.me . And, the way i want to implement is, when the share button is click, there will be a popup asking users if they want to also share on twitter, G+ and other social networks. And also the popup should be customize js popup rather than facebook default blue one. Can I implement it easily? I also need to access user profile on facebook, so i am planning to use Spring social (although not sure if i really need it or not). As a summary, my questions are
- Do i need facebook app
- Do i need user logined to their facebook account (and authorize my app)
- Should i use spring-social (to implement something like pulse.me)
Any suggestion would be really appreciated as i am very new to spring social facebook integration and quite confuse how to implement such a functionality in my project.
regards Yewint