Android Question Facebook Database

anaylor01

Well-Known Member
Licensed User
Longtime User
Once the user logs into facebook from my app I want to be able to store their user facebook id in a database. Not locally on the device. I want to send it to a database. I thought about maybe sending it in an email to myself.
 

anaylor01

Well-Known Member
Licensed User
Longtime User
Remote Desktop Connection? What does that have to do with having the users device send their facebook information to a database?
 
Upvote 0

anaylor01

Well-Known Member
Licensed User
Longtime User
I do. I want the value to be sent from the users device to a database somewhere. One way I thought of is having the users device send an email with their facebook info to me and I can have VBA take the value and insert it into a SQL database. But I am sure there are a LOT better ways of accomplishing this. That is why I am asking. So I am confused as to what Remote Desktop connection has to do with what I am asking.
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
So I am confused as to what Remote Desktop connection has to do with what I am asking.

RDC = Remote Database Connector

It has a lot to do with what you are asking. You would have found that out with a quick search.

So maybe have a readup and see if it can help you ...;)
 
Upvote 0
Top