Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How do I follow Kaj?
- minekraftkid
-
Scratcher
100+ posts
How do I follow Kaj?
oops sorry, SO SILLY made a fool out of my self again, oops
- minekraftkid
-
Scratcher
100+ posts
How do I follow Kaj?
oops sorry, SO SILLY made a fool out of my self again, oops
i got this again
this is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”minekraftkid" }
})
VM2530:2 Uncaught SyntaxError: Unexpected identifier
i got this again
this is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”minekraftkid" }
})
VM2530:2 Uncaught SyntaxError: Unexpected identifier
- minekraftkid
-
Scratcher
100+ posts
How do I follow Kaj?
oops sorry, SO SILLY made a fool out of my self again, oops
i got this again
this is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”minekraftkid" }
})
VM2530:2 Uncaught SyntaxError: Unexpected identifier
i got this again
this is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”minekraftkid" }
})
VM2530:2 Uncaught SyntaxError: Unexpected identifier
- PrincessPanda_test_
-
Scratcher
1000+ posts
How do I follow Kaj?
what 3 line thing? o3oYay, the creator of a curated project!
But….
Don't necropost.
- liam48D
-
Scratcher
1000+ posts
How do I follow Kaj?
The problem is that you're using the wrong kind of quotes. Make sure you're using plain text quotes, not calligrapher's!
- NickyNouse
-
Scratcher
1000+ posts
How do I follow Kaj?
______Make sure you're using plain text quotes, not calligrapher's!
-liam48D, 2015
- ev3coolexit987654
-
Scratcher
1000+ posts
How do I follow Kaj?
^Note to everyone: You got PrincessPanda_test_'s username wrongthis is what I get
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test_" }
})
VM115:3 Uncaught SyntaxError: Unexpected token ILLEGAL
Well your name isn't exactly PrincessPanda_test_
- liam48D
-
Scratcher
1000+ posts
How do I follow Kaj?
Why haven't I seen this!?The problem is that you're using the wrong kind of quotes.______
______Make sure you're using plain text quotes, not calligrapher's!
-liam48D, 2015
- ops4
-
Scratcher
37 posts
How do I follow Kaj?
Copying/pasting that text doesn't immediately work anyway. I found the problem, though.why not?
Last edited by ops4 (Nov. 1, 2015 22:07:46)
- Jonathan50
-
Scratcher
1000+ posts
How do I follow Kaj?
Because the forums put the wrong kind of quotation mark (") because the person who posted the code just copied and pasted it without understanding it or putting it in [code] tags.Copying/pasting that text doesn't immediately work anyway. I found the problem, though.why not?
Please don't necropost on old topics.
- scratchyone
-
Scratcher
100+ posts
How do I follow Kaj?
$.ajax({
type: "PUT",
url: "http://scratch.mit.edu/site-api/users/followers/scratchyone/add/",
data: { usernames:”PrincessPanda_test" }
})Last edited by scratchyone (Nov. 16, 2015 19:47:10)
- Jonathan50
-
Scratcher
1000+ posts
How do I follow Kaj?
No, that's a bad idea.Change scratchyone to kaj$.ajax({
type: "PUT",
url: "http://scratch.mit.edu/site-api/users/followers/Jonathan50/add/"
})
(btw the data thing doesn't exist. you just need to be logged in AFAIK)

- Dylan5797
-
Scratcher
1000+ posts
How do I follow Kaj?
It's on the wiki. Commenting on deleted profiles was patchedI know, I wish everyone hadn't started following Kaj. :{ The next trend is commenting on his/her projects and profile.If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:delete that immediately!$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
eh, who cares. there's another leet list already.
- XenonGlow
-
Scratcher
10 posts
How do I follow Kaj?
this is what I getYou have to go to the followers page. Go to the console. Then copy and paste this:
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
VM115:3 Uncaught SyntaxError: Unexpected token ILLEGAL
$.ajax({type: “PUT”,url: "https://scratch.mit.edu/site-api/users/followers/kaj/add/",data: {usernames: Scratch.INIT_DATA.LOGGED_IN_USER.model.username}})
- Jonathan50
-
Scratcher
1000+ posts
How do I follow Kaj?
No, the issue is you aren't using [code] tags, and the double-quotes are converted into fancy quotes.this is what I getYou have to go to the followers page. Go to the console. Then copy and paste this:
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
VM115:3 Uncaught SyntaxError: Unexpected token ILLEGAL
$.ajax({type: “PUT”,url: "https://scratch.mit.edu/site-api/users/followers/kaj/add/",data: {usernames: Scratch.INIT_DATA.LOGGED_IN_USER.model.username}})
- Red-Hedge
-
Scratcher
9 posts
How do I follow Kaj?
[quoteIf you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works ]
It told me it is illegal when I did it.

$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works ]
It told me it is illegal when I did it.


- Dylan5797
-
Scratcher
1000+ posts
How do I follow Kaj?
[quoteIf you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works ]
It told me it is illegal when I did it.


PLEASE DON'T NECROPOST!!!!!!
READ THE POSTS ABOVE!!!!!!!!!!
This must be awkward for PrincessPanda_test_
- Jonathan50
-
Scratcher
1000+ posts
How do I follow Kaj?
1. Please do not necropost. (that's posting on old dead topics)If you have chrome browser, then go to any page on scratch, click that 3 lines thing at the top right of the page, put the mouse on more tools and click javascript console, then write this:
$.ajax({
type: “PUT”,
url: "http://scratch.mit.edu/site-api/users/followers/kaj/add/“,
data: { usernames:”PrincessPanda_test" }
})
Inform me if it works
It told me it is illegal when I did it.
2. It didn't tell you it was illegal, that never happened.
3. please write correct BBCode
- Discussion Forums
- » Advanced Topics
-
» How do I follow Kaj?












