Accessing social media data's - bigdata

I know that we can access data's from twitter and facebook using developers account.
But is it possible to access other social media contents? if yes How to access those data?
Provide me some social media sites that allows to access it's data.

LinkedIn: https://developer.linkedin.com/apis
Last.fm: http://www.last.fm/api
Youtube: https://developers.google.com/youtube/
Flickr: https://www.flickr.com/services/api/
Google Dev: https://developers.google.com/
Yahoo Dev: https://developer.yahoo.com/
Facebook: https://developers.facebook.com/
Twitter: https://dev.twitter.com/
http://mashable.com/2009/05/21/social-media-api/

Related

How to get access to LinkedIn Live Video API?

We are building streaming application and need access to LinkedIn Live API.
According to the docs we need to request one of the scopes w_organization_live or w_member_live but they are not authorized and there does not seem to be a way to add those to the linkedin app: https://share.getcloudapp.com/L1uWLO0e
Any ideas how to make it work? Should we talk to someone?

Privacy Policy Snippet for Google Analytics

I once saw a content block snippet from Google that can be incorporated into our Privacy Policy on our website with certain disclaimers surrounding Google Analytics.
Does anyone know where that is located or do you have a link to that content block? I can't seem to find it.
Thank you.
You can find examples in most Privacy Policies nowadays.
What's important is to:
Disclose the use of Google Analytics
Inform users about the use of cookies by Google Analytics
Inform users how they can opt-out from Google Analytics tracking. Preferably link to Google's Privacy Policy and their browser add-on that users can use to opt-out.
You can find the tool here: https://tools.google.com/dlpage/gaoptout?hl=en
For example, DaveMulder.com describes how he went about the required clause in a blog post. His website's Privacy Policy details the use of Google Analytics:
Northern also has a clause on the use of Google Analytics in their Privacy Policy:

Access contacts from various email sites

How can i access various contacts associated with my any of gmail/yahoo/rediff account Or can i load inbox from there to my website. Just like gmail imports contacts from others sites or loading emails from other sites. I gone through thread How to import email contacts from various email service providers in a website? but could not find way to use this API.
Thanks
Just download the general API here. Assuming you have some basic php understanding you simply use the classes within the API to get the list of emails. check out the documentation for gmail here.
Hope this helps,

How do I connect and make request to flickr,facebook and other social media?

I am trying to integrate flickr,facebook and picasa in my webpage so that User can authenticate by signing into his account from any one of these and he can get images from his account and upload onto my webpage.And after editng those images he can upload back to the same website.
So how should I proceed.Can anyone give me your suggestions?
Here is the sample link what I mean?
http://www.showzey.com/
Read the API documentation
Flickr: http://www.flickr.com/services/api/
Facebook: https://developers.facebook.com/
Picasa:
http://code.google.com/apis/picasaweb/overview.html

How can I retrieve contacts/emails from things like MSN, Twitter, Facebook, GMail , etc...?

I'm building an application that gives users the option to send out an email notification to their friends.
The options I would like to give them for this are to:
manually write down which emails they would like to send to
choose contacts from a list of ones already in the database for that user
choose all contacts from facebook, twitter, digg, gmail, or msn to send the email to
Is there any way I can retrieve all of the email addresses for a certain contact from these different websites?
For example, if I chose the option to send out email notification and I wanted to send it to all of my friends on my facebook account, how could I do this? (Remembering that the user is interacting with a completely separate website and should not have to go onto facebook to send this emails)
Any ideas?
Thanks in advance for your help!
Matt
Google contacts api: http://code.google.com/apis/contacts/
Windows Live contacts api: http://msdn.microsoft.com/en-us/library/bb463989.aspx
Facebook's apis are here: http://wiki.developers.facebook.com/index.php/API
For each websites (twitter, facebook, etc.) use their API for accessing contacts.
Russau was faster with the Google contacts API. For sending Gmail messges there is also a third-party API here. Actually I thought that also Google released one, but I couldn't find it at the moment.
\Edit:
This might be relevant too.

Resources