I have an app that lets users search for items other users have put up for sale. I would like to be email to the owner/seller from the buyer using Facebook IDs. I'm using Android and the Facebook Graph API for my app. I have managed to get a user's email address after login (permissions etc all fine). Is it possible to then email another person using my app using their user ID from FB to get their email address?
So just to clarify - is there anyway to email a user ID that has given my application permission to get email address, if the logged in user ID/session isn't the one being emailed? Can I get a user's email address dynamically based on the User ID?
I realise it is unlikely and I'm most likely going to have to make some sort of Users table (I'm using Azure for a small DB) which stores an email address with the Facebook User ID, just wanted to check for sure though.