A token is a string of characters, categorized according to the rules as a symbol (e.g., IDENTIFIER, NUMBER, COMMA). The process of forming tokens from an input stream of characters is called tokenization, and the lexer categorizes them according to a symbol type. A token can look like anything that ...

learn more… | top users | synonyms (1)

0
votes
0answers
56 views

Drupal 7 - How To Change The Node That Token Displays

I am trying to display two random nodes within one using tokens(i.e. [node:nid], [node:title]). My question is once I display one node how can I change the data the token is loading so I can load a ...
0
votes
3answers
146 views

JavaCC using input as a 'token'

I've been puzzling over this for days and searching doesn't seem to give any results. Makes me wonder if it's possible. For example: funct functionNAME (Object o) { o+1 }; The point is that The ...
2
votes
0answers
217 views

Xcode 4.6 automatic entitlement not working - “no valid aps-environment”

I'm getting the famous error: Failed to get token, error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x413be0 ...
-3
votes
2answers
63 views

How can I manage and a csv file in c?

i have a csv file and which look like this : 1;53453;45847865 1;37567;53687686 . . . . n. 1;999768;5645644 and i want to open the file , read it and then split each line to 3 tokens which will ...
0
votes
0answers
60 views

facebook access token without using FB APP

I have to retrieve the access token of the user that is going to use my FF extension. The problem is that i cannot use the common function online because i dont have a FB APP and the Secret Number of ...
0
votes
0answers
53 views

How to not interpret the preflight in ajax on BB10?

I converted and deployed an Android application using the Eclipse plugin with the extension *.BAR for a smartphone BB10. It's a hybrid application, containing an in-app browser and an application ...
0
votes
0answers
27 views

Building a Youtube gallery via api, cache access token

I'm creating a youtube gallery via API requests and that is easy enough, however the one element that I need is the keyword tags which I understand are now protected. I downloaded the Zend client ...
0
votes
2answers
147 views

How to get public wall posts with the facebook API

I m trying to get wall posts from a profile facebook. I have no problems with the fan pages and my user token is valid (at least for the fan pages). Example with this post : ...
0
votes
1answer
239 views

date in where clause — org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: Mar

I have date column in TrainSeat table. I want to retrieve the data using where clause.In where claue, the date condition is specified. Seats=(ArrayList<TrainSeat>)session.createQuery("from ...
0
votes
0answers
22 views

Using oauthToken.Token

There's this kinda 'tutorial' and when i call the GenerateSignature method, there should be 2 variables passed, but i never used them before, they are not even in context and does not exist in the ...
1
vote
1answer
23 views

Unrecognized tokens

What does this command do? < cit cat - cot > cit What do I have to do to make the command work? And I only know cat, can anybody tell me what cit and cot are?
0
votes
3answers
76 views

$_SESSION['loggedin'], identification of particular user and security questions

Please, advice if my thoughts are correct. I have searched for information but have not found exact answer. User enters username and password and the entered username/password are the same as in ...
-2
votes
1answer
48 views

Is such a token method reasonable?

After successful login, create token, record in mysql. The created token pass further with session. At first password protected page check if session token is the same as token in mysql. To other ...
2
votes
2answers
185 views

How to get security token of a windows service's LogOn user?

I need to impersonate the LogOn user account of a particular windows service. I have been able to get the username using WMI (sadly the LogOn user identity doesn't seem to be exposed using any of the ...
0
votes
1answer
47 views

Find iPhone devices/device tokens in specific radius :-

I want to find iPhone devices/device tokens within a specific radius from particular location. For example : Within a 25 K.M. of radius from Sydney,i want to get iPhone devices tokens. I am ...
0
votes
0answers
40 views

Struts tokens issue when used in a self submitting form

I am using Struts 1.3.I have used struts tokens for handling the back button problem, but am submitting to the same action in my project.i.e..The form loads through the same action and after I click ...
0
votes
1answer
57 views

How to build a Facebook Presence application

There are some solutions that use RFID readers to do some actions on behalf of user (post, like). I read that it is so called "Facebook Presence", which was presented on the F8 conference in 2011. ...
0
votes
1answer
23 views

Storing token id in iOS

In ios development I get the token id while app startup. I am using a MVC and I have to use this token-id at a couple of other controllers. Whats the best way to access the token id ?
0
votes
1answer
65 views

Trading Google Oauth2 Code for Oauth2 Token in Asp .Net

I have checked stackoverflow and tried several solutions but I continue to get a 400 when trying to make a post request to the google token servers to trade the code for an oauth2 token. The code is ...
0
votes
0answers
176 views

Chrome Uncaught SyntaxError: Unexpected token ILLEGAL

I'm rendering a URL of an image with tome parameters and i'm having this issue, any ideas? Thanks in advance ...
4
votes
3answers
157 views

Is using microtime() to generate password-reset tokens bad practice

In PHP I've noticed some frameworks make use of the microtime() function to generate password reset tokens as in: $token = md5(microtime()); Is this a security issue? If the attacker is able to ...
0
votes
0answers
59 views

Session Token vs Username and Password

I'm implementing a REST API which will be used for mobile apps. I'm an in the process of implementing the login which will return an encrypted random token to the client. The token can then be used ...
0
votes
1answer
82 views

PHP duplicate orders in form submission even with CSRF token

For a 'Confirm Order' page in application written in PHP I need to prevent multiple form submissions so we don't get duplicate orders. I have attempted to handle this in two ways: For users ...
0
votes
2answers
63 views

Error in the output of my flex file

I've written a .l file and want to output the contents in "c17.isc". But there is an error I don't know why. I've given the file I plan to read, the flex file and the execution result. This is the ...
1
vote
1answer
49 views

Manually set Authentication token?

I recently updated an app and push to heroku, one of the features updated was changing my session id from the user id to a secure hex. Once pushed i noticed that pervious users could no longer log in. ...
1
vote
1answer
452 views

REST Web Service authentication token implementation

I'm implementing a REST web service using C# which will be hosted on Azure as a cloud service. Since it is a REST service, it is stateless and therefore no cookies or session states. The web ...
-4
votes
1answer
76 views

Extract tokens from string

I have a html file, with unknown ammount of tokens. The keywords will be assigned to some data later by the user. I want to determine how much token does the html contain. Tokens can look like : ...
3
votes
1answer
152 views

How can I access SoundCloud-Stream URLs in Python?

Some time ago I wrote a little tool for a friend of mine. I retrieved all stream-links (like this) from a soundlist and downloaded all those with a small python script. Since begin of March, ...
1
vote
0answers
45 views

Access to page's photo albums from within web app using tokens?

Im using Facebook's PHP sdk for the first time in a clients site and I'm a little confused. I'm trying to get some data from the clients facebook page and inject it into their site. One of the objects ...
0
votes
0answers
23 views

Creating a scanner generator

I'm working on a project for which I have to build a scanner generator from a given specification. This scanner generator should be able to return the tokens of a given input file. Below is a sample ...
0
votes
2answers
180 views

Do not receive token from curl request on PayPal

Issue: I am not receiving a token from PayPal Sandbox. Notes: I have signed up. I have a clientid and secret code. I have tried to log in to my Linux server at my house and use curl via Putty. I ...
2
votes
2answers
315 views

RESTful webservice + Spring token authentication

I am not too familiar with Spring but I have read some articles and how-tos. The business required are: typical client-server architecture: mobile clients and RESTful services on server side ...
0
votes
0answers
52 views

STS FederatedPassiveSignout on Mobile device using MVC4 C#

I'm using MVC4 c# and have incorporated a home grown security token service (STS). The user calls the actual web address, and they're passively redirected to the STS login. When they successfully ...
0
votes
1answer
63 views

ANTLR grammar: already known token used within not known expressions

I have a combined ANTLR grammar, which shall be used for parsing several lines of information. It is possible that at the time of writing the grammar, not all lines are already completely known and ...
0
votes
1answer
30 views

Ply.lex Unspecified token error

Hello I am trying to make a simple lexer, to read KML(google maps). But I have a problem in several parts. And get an "unspecified token error"(ONLY included the part causing the error) import ...
0
votes
0answers
66 views

How to get IPv6 prefix from network [closed]

We have local network with ipv6(Prefix and gateway). The router is broadcasting this Prefix. If we configure /etc/sysconfig/network as IPV6_AUTOCONF=yes, RHEL will configure with it Prefix and ...
0
votes
1answer
61 views

How does a WCF service know what certificate to use to decrypt an incoming security token?

I'm implementing a WCF service using .NET 4.5 and token-based security. On the client side, I'm calling myfact.CreateChannelWithIssuedToken() with a token previously retrieved from an STS, when I use ...
0
votes
1answer
111 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 ...
-2
votes
1answer
71 views

Printing an array of tokens one per line [closed]

After tokenizing a file and left with an array of tokens... how would you go about printing each token one per line in python
0
votes
2answers
157 views

Rails Devise/Token authentication: redirect if token wrong or missing

I've implemented Devise with token authentication/json api. My problem now, whenever the "?auth_token" is wrong or missing, devise redirects me "HTTP/1.1 302 Moved Temporarily" to my intended json ...
0
votes
0answers
65 views

Upload video to Facebook from the server

I have a problem when uploading videos to Facebook. I use Facebook SDK for Android: https://github.com/facebook/facebook-android-sdk to get the access token with the following permissions: ...
0
votes
0answers
40 views

Creating a Printable Document (PDF? PostScript?) with Replaceable Tokens

I have a machine with CUPS (print server), and I would like to send a generated document (receipt) to this printer. It seems to support formats like PostScript and PDF. This document will have a few ...
2
votes
6answers
138 views

C - Unexpected Segmentation Fault on strtok(…)

I am using strtok(...) of the library and it appears to be working fine until the end condition, where it results in a segmentation fault and program crash. The API claims that strtok(...) will ...
0
votes
1answer
39 views

Can a password be passed to SafeNet USB Token through iText or will the User always be prompted

I am trying to use iText to specify a certification signature for Pdf documents that will automatically be verified (blue ribbon) within Adobe Reader. In order for this to occur, the certificate used ...
0
votes
1answer
158 views

Gettting PayPal Test Account Profile

X.com told me to come here. All I want to do is get the credentials from my test account to see the Profile to make test payments on my online store. The old Sandbox worked like the Live page and I ...
5
votes
2answers
218 views

How to login into facebook in WebView if already have access token from FB SDK in Android

I'm developing android app in which I have login via Facebook SDK. In app I also have facebook social comments displayed in webview. But problem is even if user is logged through fb sdk, the webview ...
4
votes
1answer
365 views

REST API token authentication

I just started a development of my first REST API in .NET. Since it will be stateless I will use tokens for authentication: Basic idea (System.Security.Cryptography): AES for encryption + ...
0
votes
2answers
77 views

Create token to authenticate in RP application

I've created some model of authentication in Sharepoint. I would like to know from You is it good approach. We have some IDP which sends in POST SAML token in version 2.0 but RP application doesn't ...
0
votes
2answers
60 views

Use strsep() with separator in certain order?

I'm trying to parse a text string (char *) using strsep(), the problem is that the separators must be used by order ex.: the first token by ',' the 2nd by ':'... sep = " ,:-,.!."; tofree = string; ...
3
votes
2answers
84 views

Determine Number of Tokens - BATCH

I'm currently working on a mass user creation script through PowerShell and Batch. At the moment the script is 95 lines and is the largest script I've ever written in Batch. I want the script to be ...

1 2 3 4 5 22