Dataset with Person name, DOB, website URL? - dataset

I want a dataset which has person name, their date of birth, their website URL.
I see all the details are usually available in google's people card, is there any way I can fetch everything ?

Related

How to get product price from google play store in a React project?

I need to pull the price of an application from the google playstore, specifically I need an in-app purchase price.
ie: the app is free to download but has the option to purchase a premium version.
I have tried using the following:
https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.products/get but I am unsure of how to generate the token parameter. I have the packageName and productId
If I can get the price in the user's currency, it would be ideal.
Thank you.

How to make SSRS report loop through and email every company?

Hi I have built a view that shows all expired licenses for super admin view as a whole.I want to make an SSRS report that will kick off every day and send an email expired licenses for all the companies in my table essentially a loop.
Any resource for me to tackle this step? this is my first time using SSRS and I have the super admin report view working , I can technically make that into a subscription auto email service but it would show all companies and i just want each company to get their own individual report instead of building a new report for each company.
Company Companyid Company name
resource resourceid companyid companyid
Qualifications qualificationsid resourceid licensenumber expirationdate

Displaying civicrm contact's fields in drupal 7 registration and profile edit

I am using Drupal 7 with civicrm 4.5. I want to display the civi contact fields in drupal registration and profile forms. I used the civicrm profile to display the first name and last name fields. But i don't know how to integrate the address, phone and email fields same as civi in drupal(For ex for address with [b]Another address[/b] and [b]Location type[/b] selection boxes street address,Add link,Delete etc). Using civicrm profile i could be able to configure Home street address etc as a individual ones. But i want as a grouped one how civi is displaying. Is there any module available for this? Any help is highly appreciated. Thanks in advance
For better or worse, CiviCRM profiles don't have those features for picking location type or adding indefinite numbers of addresses, etc. They respect location type, so you could have home street address, city, state, zip, etc. fields and work street address, city, state, zip, etc., and those will hang together as two addresses.
In front-facing forms, there is a way to do this using the Webform CiviCRM Integration module. You can set up several sets of address fields and let people pick the location type for each. You might link to a Webform page from the user form to invite people to fill out more details.
An alternative approach, using native CiviCRM profiles, would be to create a CiviCRM profile for each location, including the address fields for each location, and expose all them to the Drupal registration and/or account view/edit screens. For example you could have one profile on the registration screen, and have all the others only on the account view/edit screens, thereby enabling your users, once signed up and logged in, to develop their profile.
A tad clunky perhapsjust , but it would work.

Find Country, City through IP in my code

I have created an Analytics Reporting page with Drupal, and want to find a service, module or anything that gives me City and Country based on the API I have.
Just plain conversion. When I pass IP through (say, a function), it gives me City and Country.
If it's a Drupal Module, great, otherwise a function, or a database which I can put in my site's database and put a search query to find a city, Country through the IP.
You can try the RouteViews database which has a downloadable mapping between IP, AS, and Country. Unfortunately, it does not have the city information last I checked.
If you have the cash, try: Maxmind It's not that expensive.

Database scheme for user logging with different accounts

currently I need to provide web site logging for different social accounts (facebook, google, twitter and so on).
I know that stackoverflow has same system and I wonder if there is stackoverflow database model in public access. So I can find right way to store user data in my db.
Currently I have next problems.
So, I have my table for users:
UserID
UserName
RegistrationDate
Email
Rating
For users who create account with web site form I use next additional info:
Password
FirstName
LastName
Avatar
I stock in question how to store data for users who login with social networks and what should I store.
It seems that I dont need to store facebook name, surname and so on. I thought about getting it with js on pages where I need it.
Also I am thinking how to provide user with adding facebook, twitter references and so on for his profile.
P.S.
I am using DotNetOpenAuth for user authentication via social networks. Working with asp.net MVC 3.
About functionality on my web site:
just adding articles and rating for user.
For comments I use https://disqus.com/.
Ideally, you should have two tables. One for Users and one for Identities. In the Users table, you store things like your application user id, name, emails, etc. In the Identities table, you link back to the person in the User's table, but have a 'network' field that says which network the Identities row is for (e.g. Facebook, Google, Twitter, etc).
The Identities table can store the User ID and details specific to that platform, e.g. User_ID for Facebook, Twitter username, etc. The user will have one entry in the Users table, but can have many entries in the Identities table, depending on how many networks the user has connected with.

Resources