I'm starting to work with FB integration in my app and I've been reading a lot of info.
I've already downloaded the SDK and finished all the necessary steps to integrate the framework on my app. It's already Facebook-ready.
Nevertheless there's one thing I don't have quite figured out. It's something rather conceptual.
My app is really simple. Only a couple of screens and there is no backbone, web services, user accounts, etc. You basically put three options on cards and pick a card after shuffling. Nothing else.
Every starter tutorial on Facebook integration has the login section. Every example I've seen has the login button but I really don't want to have a login button on my app. Just the "share" button.
What's the best way to deal with this? Should I make the "share" button act like the "login" button first and then share the content? Will it know the next time that the user is already logged in and skip the login part somehow?
Which is the best road to follow here?
Thanks in advanced for your help.