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
1answer
126 views

gdata OAuth2 how to work with multiple user's tokens

SCENARIO: I save token in datastore for each app user when grants the access. I need to create several GData contacts authorized clients in order to access different user's contacts, i get the ...
0
votes
1answer
112 views

Rails-api HTTP token authentication

I'm looking to set up a rails-api app and would like to be able to be able to access the user throughout requests. I've read that HTTP token authentication is pretty much the way to go here, passing ...
0
votes
0answers
87 views

Mistakenly set the Client Token, how to go back to using app secret?

I made a mistake and set the Client Token in advanced app settings, now app secret doesn't work and app user log in doesn't work. I can't see a way to unset the Client Token, what can I do? Many ...
-4
votes
1answer
43 views

syntax error delete } [closed]

package com.example.hellokindle; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.view.View; import android.widget.Button; public class ...
0
votes
1answer
113 views

Unable to get a user token in a remote session

So I'd like to LoadLibrary and GetProcAddress wtsapi32.dll to call WTSQueryUserToken() in my server with Windows Server 2008. The file can be explicitly loaded without problems when I actually walk to ...
0
votes
0answers
50 views

setAlpha Identifier error with ImageButton

import android.app.Activity; import android.os.Bundle; import android.widget.ImageButton; public class SFMainMenu extends Activity { @Override protected void onCreate(Bundle ...
0
votes
1answer
114 views

Login to Facebook on Android and getting an access token in return

Firstly I apologize if this is a question that has been asked many times. There have been too many different versions of doing this (many of which include code that are deprecated). I would like to ...
0
votes
1answer
100 views

Protecting a Codeigniter File Upload controller

I have a controller called "File_upload" which is called via ajax from a File Uploader form. As part of security hardening I want to make sure that the File_upload controller cannot be called via the ...
1
vote
3answers
609 views

how to generate a unique token which expires after 24 hours?

I have a WCF Webservice which checks if the user is valid. If the user is valid I want to generate a token which expires after 24 hours. public bool authenticateUserManual(string userName, string ...
0
votes
1answer
82 views

How would I read a line of user input with cin, split that line by white space, and store those tokens into an array of strings?

Basically, yeah, everything as stated above. But I would like to do this without using the vector class. Thanks in advance
1
vote
1answer
418 views

ANTLR 4 : Bad grammar and 'no viable alternative at input'

I'm using ANTLR 4 like that: import org.antlr.v4.runtime.ANTLRInputStream; import org.antlr.v4.runtime.CharStream; import org.antlr.v4.runtime.CommonTokenStream; import ...
0
votes
0answers
60 views

Symfony2 getToken() empty in factory

I have a factory to return the account of the user. In my factory I have the argument "security.context" included like this: ml.account.factory: class: ...
0
votes
1answer
83 views

How do I get a Lemon parser to terminate itself on a newline?

Following this old tutorial, I am trying to get a lemon parser to automatically terminate parsing on an EOL token. The relevant part of the parser looks like this: start ::= in . in ::= . in ::= in ...
1
vote
0answers
15 views

How to let unauthorised access to a form on one page via token in rails?

I'm building a contacts management application in rails and I need to add in a feature that pretty much goes like this. Each contact which has an email address can be emailed a link to a special form ...
1
vote
0answers
47 views

.NET Web API Application Token and User Authentication [duplicate]

Possible Duplicate: User Authentication in ASP.NET Web API Working on creating a Web API for some of our services and trying to find best way of securing it. We would like to issue an API ...
0
votes
2answers
192 views

BOX Access token API V2

I am trying to retrieve an Access Token from BOX.COM oauth2 and no matter what I do I get the same error. {"error":"invalid_request","error_description":"Invalid grant_type parameter or parameter ...
1
vote
2answers
161 views

Token Error: EOF in multiline statement in Python… what does this mean?

I am just starting to learn how to code and I am learning with Python. I am trying to write a program that will print an ASCII art every time a user types 1, but when I try to run the module it gives ...
1
vote
1answer
87 views

Facebook API App Access Token cannot access Ads Data

I am trying create an automated process to pull Facebook Ads data with the c# Facebook api (facebook.ddl) on a daily bases. The process needs to be fully automated so that no human intervention is ...
-2
votes
1answer
128 views

App Access Token… How to use it properly

I'm relatively new to development so some of the technical guides are a little hard for me to understand (like how to use the open graph "action" codes for curl etc.). i have created a small app that ...
1
vote
1answer
134 views

windows batch Iterate tokens in a for loop

How to iterate through tokens in a for loop in Windows batch scripting? I'm writing a script that allows the user to search a file and print out the parent directory for that file. So far I can get ...
0
votes
4answers
87 views

C++ Unresolved Token Issue

I am doing a program for a class and the teacher gave us a Cpp file that we had to implement. All was written by him except Main but I am getting a weird error. Any help would be great. Here is my ...
1
vote
1answer
83 views

Remote login with token instead of credentials - is it a good idea?

I'm not a cryptographer and if I had found something else I probably wouldn't try to solve this myself, so what do you think about this method to remotely login to a website from another site using a ...
0
votes
4answers
380 views

Spring MVC and Ajax: error 404 when calling URL that uses a Token

I'm implementing a "forgot password" feature. I'm using Spring MVC and Ajax but I'm having some trouble when I want to call the spring controller method through Ajax, using a token url. The code I ...
0
votes
0answers
60 views

Facebook Apps, Uncaught TOKEN from SDK/SRC/Base_facebook.php on line 1249 [closed]

I'm new here, so I present myself: I'm a newbie dev' in BTS (Bac+2) in France.I'm working in an enterprise, and I need to dev a quizz on Facebook. It works on local server (Wamp) on my laptops, but ...
1
vote
2answers
572 views

Forgot Password Request (Java) [closed]

Quite a common subject for most of you guys. I'm building a webapp in Java, using Spring + Spring Security + Hibernate + MySQL + etc... I'm in the process of implementing the "reset password" ...
0
votes
2answers
953 views

Graph API - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request

I need your help to resolve a problem. Sometime after I got the token this error happen when a try to get data about user: A PHP Error was encountered Severity: Warning Message: ...
0
votes
1answer
78 views

Tokenizing a raw string in c

I would like to tokenize a string, but in a very special way. I have the following string, formed by 3 groups of words, separated by a space: string = abc def ghi The thing is that I would like ...
0
votes
1answer
141 views

Easiest way to tokenize/split a string using string delimiters?

OK, I admit string manipulation has never been a strong point of mine when it comes to C++, and although i've had quite a success at various cases simply by using Boost, I'm still having some issues. ...
0
votes
1answer
47 views

is a hashed uuid4 a good csrf token?

Is this a good csrf token? Does it have enough entropy, or are there parts that are easily guessable and could reduce the entropy, like the time of the request? An example python implementation would ...
0
votes
1answer
67 views

Tokens: App and User Tokens

I am just starting out looking at Facebook applications. I am planning to make an app – where should post photos to users walls or photo albums. It happens typically days after they have installed the ...
0
votes
1answer
54 views

Authenticate with Javascript, use PHP for offline postings

I am writing this after the offline_access permission has been deprecated, so I'm hoping to get some help with my problem. I'm also new to Facebook Graph API. I have created a test page that can ...
1
vote
1answer
103 views

Security for a REST based API

I have been looking at techniques to secure an API for use in an android/iphone app or website application. I have found one technique which I like but am unsure about if it is a good or what is wrong ...
0
votes
2answers
118 views

Search facebook public events by location

it's possible to search only PUBLIC EVENTS by location? I'm trying this: ...
0
votes
0answers
27 views

Application token and graph search

I'm building an application that uses the Graph search API to fetch "public" information about users. For a given email address I'm just interested in a profile picture, display name, and link to ...
1
vote
1answer
72 views

Managing own token cache crashing ios

I have followed the steps to manage my own token cache when a user logs in through Facebook on my app, however it always crashes when the login button is pressed. It calls: NSDictionary *data = ...
2
votes
1answer
98 views

How to get token 2 onwards in BAT For

The command svn status returns something like: ? SomeClient\BUTCHERED.docx M SomeClient\Development notes.txt ? SomeClient\Received\~$formation for prospective clients.docx M ...
1
vote
1answer
180 views

Amazon Web Services: Token Vending Machines (anonymous/identity) Encryption

Basically, I want to know why all the extra encryption steps if the communication is over HTTPS? ie. For identity: User authenticates, give that user an identity token over HTTPS they can use to do ...
0
votes
1answer
80 views

Operators in Lexical Analysis

I am revising some things on the compiler for an uni exam, and I wondered what ID an operator token had? For example... float position, initial, rate; position = initial += rate * 60 Token, Type; ...
0
votes
3answers
110 views

“Awk” to print from one token to next token OR end of file

To print from a line containing "hi" to a line containing "bye", I do: awk '/hi/./bye/' To print from a line containing "hi" to end of file, I do: awk '/hi/,0' How do I script to end ...
1
vote
1answer
115 views

How to process SWT Token from ACS-hosted login page

I've set up a ACS domain with a Relaying Party to Authenticate a WCF Service. On my client (website), I want to link to the Hosted Login Page that ACS provides for my Relaying Party. I have the ...
0
votes
1answer
251 views

Authorization with RESTKit and Devise Tokens

New to iOS... I have a Rails/Devise application that is set up with token_authenticatable. I have a tokens controller that returns a token when a valid email and password is posted: URL: ...
0
votes
0answers
95 views

Struts 2 - Token Interceptor

I'm using struts 2.3.1 with token interceptor. I've used display tag to display a data grid. When I do the sorting of any column (which ultimately hits the same action as previous), I'm getting ...
0
votes
1answer
148 views

MDM Device token issue

I have setup simple demo for MDM server. I can successfully recover initial plist with messagetype, pushmagic token, APNs token(32byte as base46) and unlocktoken. My issue is when I tried to decode ...
1
vote
1answer
187 views

How to generate correct auth tokens

I am trying to use the Android account manager for creating my app's own account, so I have studied the example provided in the SDK. However, I have a little problem understanding how I have to manage ...
2
votes
2answers
110 views

How can I keep concatenated tokens separate during lexing when a more general token is availible

The language I'm working on allows certain tokens to be stuck together (eg "intfloat") and I'm looking for a way to have the lexer not turn them into an ID so they're available separately at parse ...
0
votes
2answers
329 views

How to make a simple SAML request with PHP?

I have worked with PHP a lot before but I have never used SAML because I never had to connect to a remote server. I have been reading various tutorials, posts, and examples for days now I still am ...
0
votes
1answer
198 views

How to use Struts 2 Token Tag correctly in a distributed Java environment?

Struts 2 support stop double-submission of forms by generate a unique random token and store it in the session, and use token tag pass the token to the client form then verify the tokens from session ...
0
votes
1answer
106 views

Extracting Data From List of Tokens in Java

I have a string array that I converted to a list which I iterate through via my while-loop in the code snippet below to parse a .CSV file. There are 15 elements per line of the .CSV file being parsed ...
1
vote
0answers
31 views

How to use Tokens with Feeds Module in Drupal 6

I'm trying to import data from a custom cell of an excel spreadsheet but can't figure out how to use the mapping tokens. This would be one of them: Excel_sheet tokens [sheet-cell-1-1] Formatted ...
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 3 4 5 6 7 22