Displaying 2 results from an estimated 2 matches for "coolaj86".
2009 Nov 28
3
When and Where does is the Method Override parsed?
I''m trying to figure out when and where the method override is parsed and
dealt with.
This works
curl ''http://www.whatsayye.com/questions/3.json'' \
-X "POST" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-HTTP-Method-Override: PUT" \
-d "{
2010 Jan 26
1
Why does UserSession.find return nil when using user_credentials = single_access_token?
I believe that I''ve set up everything such that single_access_token
should be sufficient to pull a user''s session.
The scenario is:
Bob uses Firefox and creates an account on LoginUI (http://
www.coolaj86.info/loginui).
Instead of using cookies, Bob''s single_access_token comes in the
response to the request.
LoginUI submits Bob''s single_access_token with every request
(essentially using it as though it were the persistence token).
Bob clicks ''account settings'' and...