bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

sessionKey = request.getParameter(FacebookParam.SESSION_KEY.toString()) => returns null #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a servlet and add this syntax " sessionKey = 
request.getParameter(FacebookParam.SESSION_KEY.toString());  // Session Key 
passed as request parameter "
2.When you execute it, the sessionKey is always null
3.Please help me, I thought that rest was easy but I have spent over 4 hours 
pulling my hair out trying to fingure this out.

What is the expected output? What do you see instead?
a valid sessionKey but unstead null

What version of the product are you using? On what operating system?
resftfb = 1.6.9

Please provide any additional information below.
Please help me. This is driving me crazy!!! Thanks

Original issue reported on code.google.com by vin...@gmail.com on 23 Mar 2012 at 5:36

GoogleCodeExporter commented 8 years ago
I don't think this is a RestFB problem, it sounds like you are not passing 
along the parameter correctly in the web request you're making.

Original comment by m...@xmog.com on 1 Apr 2012 at 12:54