Hi,
I am working on a program for work and trying to make some upgrades to it. It is a windows form application and connects to our company database to allow users to perform daily tasks. One function is the ability to add different connections to users (ie
phone numbers, email, facebook, etc). What I am trying to accomplish is to be able to iterate through all the contacts in the database that have an existing email address but do not have either a facebook address saved or a linkedin address saved (ie their
facebook and/or linkedin homepage address is not already stored). I have the queries to retrieve those contacts and their email form the database, now I am wondering if there is a way to use that list and search facebook or linkedin, as needed and return their
profile?
View the full article
I am working on a program for work and trying to make some upgrades to it. It is a windows form application and connects to our company database to allow users to perform daily tasks. One function is the ability to add different connections to users (ie
phone numbers, email, facebook, etc). What I am trying to accomplish is to be able to iterate through all the contacts in the database that have an existing email address but do not have either a facebook address saved or a linkedin address saved (ie their
facebook and/or linkedin homepage address is not already stored). I have the queries to retrieve those contacts and their email form the database, now I am wondering if there is a way to use that list and search facebook or linkedin, as needed and return their
profile?
View the full article