Answer the question
In order to leave comments, you need to log in
Error in the answer, what the hell?
Hello everyone, I'm making an ajax request.
<script type="text/javascript">
$.ajax({
url : 'https://oauth.vk.com/access_token?client_id=517*****&client_secret=****A3yQqNU7HRaAX8QJ&v=5.41&grant_type=client_credentials',
type : "GET",
dataType : "jsonp",
success : function(data){
console.log(data);
}
});
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question