Hello,
Im currently working on a school project. But I’m getting an error in my console that im not authorized, which makes sence because I have not entered any keys (which I have by the way). I just dont know where and how to enter them. This is what I got so far.
Instamap
<script src="js/jquery.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3&sensor=false"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
console.log(">> Done Loading");
});
Can anyone tell me where to enter the twitter keys and consumer key and secret key etc.
Thanks,
Mark