how delete account YouTube for deceased personal - gmail

my relative is pass away and I want to delete his account youtube but I don't know his email and password.

You can go to Google’s support page, which can be found from a simple search into Google. This will take you to a page in which you will submit information in regards to the deceased person.

Related

Instagram API - search user

i am building a website where you can get services for your Instagram account, i want to create a Search box that when you put your user name (e.g. "#John") it returns your profile picture and asks you if that is the correct profile (without logging in to your Instagram account),
I've found a website that made that possible already, does any one know how?!
the website - https://app.get-notch.com/acquisition/instagram-username
thank you in advance!
You should check out this resource that allows you to do that. See an implementation of it here and test it here.

Permissions and Features

I need to build a app with some specific details, and since I never worked with Instagram I have no idea if is possible or not, and also the information that I find on the docs doesn't say much, so hope someone had the same experience.
So basically I need to track some analytic information, for example in my App, for someone to register it needs to login in Instagram and than must follow my Instagram page, I believe this is possible, but then I need to track some information from the users and that is:
Check if the user is hashtaging my company page (to check which users made more shares or something);
Check which users had more engagement;
Can someone tell me if this is possible to track on Instagram API?
The new Instagram graph API is very limited, you cannot make to app and allow user to follow, you cannot access other user posts to check if they hashtagged or engaged.
All you can do is, access only your posts (if business account), and you can access your post's comments. You can also get last 24hrs of an hashtag, but no user info is given.

Instagram hashtag search permissions

I downloaded a jQuery plugin a while back that worked really well in displaying posts from a particular hashtag from instagram. Since the recent updates to instagram, the hashtag search returns an error
“This client has not been approved to access this resource.”
I have been told that I need to get permission to now access a specific hashtag, but since this is not an app and I am not the developer, how do I go about doing that specifically?
You have to have access to Instagram account otherwise you cannot do anything.
By the way, you have that jQuery plugin? Maybe I can take a look at it and help you with that.
To get this level of information you will need a developer account with Instagram and then get the appropriate token for accessing this information through the API. The scope will need to set correctly during the oauth2 generation of the token, it will probably need the "public_content" scope.

auto login google docs

Situation:
Users can access their google docs by an external link on a website. Now they first have to login to view their documents.
Problem:
I want that the users automaticly login on Google Docs
I've the username and password stored in a dabasase..
What is the best way to solve this problem?
There is no good way to solve this. You could fake a login programmatically, but that would work only to fetch a document, not to really log in the client. Plus it's really not a good idea to have a database with peoples' Google logins lying around, especially seeing as the passwords have to be unencrypted.
I would leave it up to the user to store their Google password in the local browser.

username Logging on google analytics

All,
I have a site named xyz.com.
To track the activities on this website i have used google analytics.
Ans to access xyz.com the user has to be logged in.
i.So my question is how do we track the usernames logged into the account.
ii.How to keep track of all the links that is clicked on the website.(Will google analytics listout all the link name when it is clicked.If so please indicate me the code.If not what other way can we track all the links that is clicked on the website.)
Thanks......
Tracking outbound links:
http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55527
Custom variables would allow you to log whether a user is authenticated, and you could log their username itself ('though that could get clunky if you have lots of users):
http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html
You can track which link is clicked by using the following function in the click event of the required link:
_gaq.push(['_trackEvent','Category','Action','Optional Label']);

Resources