Click here to Skip to main content
15,892,797 members

Comments by M.R.A. (Top 22 by date)

M.R.A. 30-Jun-17 6:52am View    
Can you tell me why i am getting "#access denied"
M.R.A. 30-Jun-17 5:50am View    
I followed all the steps but getting problem in "location".
It is showing "#access denied" in the below code-

if (location.hash) {
if (location.hash.split('access_token=')) {
var accessToken = location.hash.split('access_token=')[1].split('&')[0];
if (accessToken) {
isUserRegistered(accessToken)
}
}
}


Please help me.
M.R.A. 30-Jun-17 5:32am View    
Sir, i already tried-
"https://www.youtube.com/watch?v=kxLxlukWuVg&index=29&list=PL6n9fhu94yhW7yoUOGNOfHurUE6bpOO2b".
But it is not working.
M.R.A. 18-Feb-17 10:29am View    
Sure Sir, i will try with your referred one.
M.R.A. 18-Feb-17 0:30am View    
So how to do it with ASP.Net?