0
votes
1answer
32 views

Javascript - Unexpected token if

I'm getting an 'Unexpected token if' in the code below. I can't figure out why, the code looks legitimate to me. var count = 30; var counter = count; var testinterval; testinterval = ...
1
vote
1answer
38 views

Uncaught SyntaxError: Unexpected token i

a = JSON.parse('["<input class="image" type="file" name="%simg_%d"/>"]'); gives the above error. Can someone explain why? Is %s the start of some kind of special character string in ...
-1
votes
1answer
66 views

Error using $.ajax type GET on IE

I can't run this script on IE, and I know why, because on debugger 'F12' I can see nothing, on other browsers it works (FF, CH and Safari). This script gets a token from facebook and after will save ...
1
vote
3answers
42 views

What does 'No Breakpoint' mean in this code [closed]

I ran this code using Chrome and had a look at the console (thank you for previous helps because I didn't know that I could do that!) .. Unexpected token - then when I click on that line... it says ...
0
votes
1answer
115 views

Uncaught syntaxerror unexpected token [closed]

I am starting to work with javascript, and I'm in trouble. If someone can help me, I'll be very grateful. The error is happening when I have to add the plugin soundmanager2 on my page. The code ...
0
votes
0answers
150 views

Want to get an access_token from Twitter Oauth api using oauth.js plugin

I am trying to get a Twitter access token from their oauth api. The plugin I am using is this https://code.google.com/p/oauth/source/browse/#svn%2Fcode%2Fjavascript. So far I only get "401 failed to ...
0
votes
1answer
60 views

how to regex the string between two tokens and return string without the tokens?

Fighting with regex.... I'm using this to find pieces of HTML-string between certain elements: for (i = 0; i < 2; i += 1) { target = block[i]; // like BODY or HEAD regex = RegExp('<' ...
0
votes
3answers
94 views

Uncaught SyntaxError: Unexpected token }

I have the following script, which returns me the following error in my console: Uncaught SyntaxError: Unexpected token }.. The } in between ** is the one causing the problem according to my ...
1
vote
1answer
82 views

Javascript Token Transformation

Looking to get a JS replacement function to change [[ ... ]] to myFunction('...'). "player.email = '[[UserID]]@email.com';" to become: "player.email = '" + myGetterFunction('userid') + ...
0
votes
1answer
232 views

How to setExtendedAccessToken facebook javascript sdk?

I've been trying to figure out how to extend the access token using the Facebook JavaScript API. I see a lot of code examples using PHP but JavaScript seems really hard to find. A PHP SDK method ...
1
vote
2answers
94 views

Write my own syntax highlighter [closed]

i'm trying to write my own code syntax highlighter, but my only difficulty is deciding how to begin to deal with the code. For example, to parse each token i must do it only with regex? Or maybe i ...
4
votes
1answer
158 views

Trello token security issue?

I'm building an application to send cart to my trello board, but I don't want for users to accept application (for this they must have trello account) instead I created another account ('slave ...
0
votes
3answers
78 views

Javascript- Arrays with tokens that are a certain value

Let's say I have the array ['dcab', 'feac', 'gwad', 'dnae'] but want to make it so that each 'a' is in its own token, eg ['dc', 'a', 'b', 'fe', 'a', 'c', 'gw', 'a', 'd', 'dn', 'a', 'e'];. How would I ...
0
votes
0answers
57 views

Why can I only generate one token?

I'm using a node.js server with OpenTok. I'm creating private chats between two users, and want to create one session and two tokens. The problem is that the generate_token function is only creating ...
1
vote
0answers
164 views

Non editable images in tinymce

I'm trying to impement non editable tokens in tinymce window. In the backend tokens are replaced with some content. I have a script that inserts an image tag (that represents our token) into tinymce ...
0
votes
0answers
60 views

Javascript token splitting based on char position

I'm trying to figure out a way of return a partial part of a string based on a char position. Example string: if($thi_s->[$x]->name['somename']){ print $name; } This is a PHP line of ...
3
votes
3answers
391 views

How to prevent a PHP page from being accessed directly?

Below is a javascript snippet that I am using as part of a AJAX script. How do I prevent user_back_end_friends.php from being accessed directly? I don't want people to be able to go to ...
0
votes
2answers
6k views

FB.api post to wall : access token?

I'm trying to post to the facebook wall of a connected user using the javascript sdk, here is my code : var connecter=false; window.fbAsyncInit = function() { FB.init({ appId : ...
1
vote
3answers
109 views

Regex with a large amount of “or's”

Writing some regex to help process street addresses. However, I'm unsure if regex is the correct way to go about solving this problem. I have a street address that looks like this: 7829 Hollywood ...
0
votes
1answer
3k views

Javascript Unexpected token ILLEGAL

I have a PHP script (fetchData.php) that fetches some data and outputs it to a page. <?php require 'config.php'; require 'jsonapiSDK.php'; $api = new JSONAPI($ip_address, $jsonapi_port, ...
0
votes
4answers
2k views

Javascript syntax error unexpected token illegal

function queue_instructions(){ var input_message = "Commands w? Shows whos on the waitlist w+ Adds yourself to the waitlist w- Removes yourself from the waitlist w++ Moves ...
1
vote
2answers
2k views

Create a random token in Javascript based on user details

I want to create a random string (token) which can be used to identify a user whilst avoiding any potential conflicts with any other users' tokens. What I was thinking of was an MD5 hash of ...
1
vote
2answers
851 views

SyntaxError: Unexpected token

$(document).ready(function() { $('div.view-kettha-links div.view-content').hoverscroll ({ width: 225, height: 100, vertical: true, arrows: true, ...
2
votes
5answers
2k views

Codeigniter ajax CSRF problem

I've made a simple autoload function that loads content when you scroll down on a website. However, there seems to be a few problems when i enable CSRF protection in Codeigniter. I'm not using a ...
2
votes
2answers
231 views

Scratch-style token fields in Javascript

I'm trying to make a replica of the drag-and-drop programming interface in Scratch <http://scratch.mit.edu>, but in javascript. I have the building blocks part done, but am specifically interested ...
6
votes
2answers
629 views

What does the 'native' keyword mean in JavaScript?

I stumbled upon a function called v8Locale in Chrome's Developer Console. I was curious so I entered the function to get the source code, and it revealed the following code: function (a){ native ...
0
votes
1answer
1k views

How to get added token id, name list from the jquery-tokeninput plugin via Javascript?

How can I get the id, name value pairs of the tokens (entered by a user) via Javascript from the jquery-tokeninput plugin found here? https://github.com/loopj/jquery-tokeninput Is it just me or isnt ...
0
votes
1answer
587 views

Are there different types of access tokens in Facebook's API?

For instance, is the access_token needed for producing an iFrame dialog different from that used for logging in? If so, which URL should I be using to get an access token to produce a feed dialog as ...
0
votes
1answer
1k views

loopj jQuery Tokeninput (tokenized autocomplete) - getting value

Edit: This appears to be a known issue in both accessing and removing items. The POST functionality (to provide a set of ids) also is no longer present. I'm using jQueryUI on my page but haven't ...
0
votes
0answers
207 views

Why would I be getting “SyntaxError: Unexpected token <” [closed]

If I go to google.com I get this alert message when google loads, why would I be getting this alert? Is google broken?
0
votes
1answer
56 views

What are the rationales for token in js-based APIs

A lot of "javascript API" such as the ones available from google for tracking, etc... provide you with a token to initialize the API. What are the rationales for such a design ? Is it to simplify ...
1
vote
1answer
243 views

JavaScript Boolean to check if Google Auth token is still valid?

So if a user first visits the page and still hasnt authorized information share is there a way to detect if there is even a token or if the token is still valid using JavaScipt?
1
vote
1answer
447 views

File Encoding - Mysterious “?” Mark and “ILLEGAL Token” Error Messages

Come across this once in awhile. Unpacked a zip file sent to me by a coworker. Loaded it up on my tomcat server to find out that there's this weird question mark at the beginning of the included JS ...
6
votes
2answers
622 views

Division/RegExp conflict while tokenizing Javascript

I'm writing a simple javascript tokenizer which detects basic types: Word, Number, String, RegExp, Operator, Comment and Newline. Everything is going fine but I can't understand how to detect if the ...
10
votes
1answer
2k views

Javascript cryptography library to sign form data in browser

I am looking for a JS crypto lib (similar to, say, OpenSSL's libcrypto) that facilitates digital signing of data in the browser. I want to sign form form data on the client side using a private key ...
1
vote
4answers
1k views

HTML Javascript Rich Text Box (IDE)

I am hoping to build an IDE in javascript that behaves much like gmail except the style will change automatically based on what they type as they type. The logic for this isnt where im struggling. Its ...
1
vote
3answers
3k views

Javascript token replace/append

Hi guys I have a string that looks something like the following 'test:1;hello:five;just:23'. With this string I need to be able to do the following. .... var test = ...