huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

QUERY : Creating a New Facebook Session with only the user id and session key #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The problem is that application is within a IFrame and i am unable to POST
a form via facebook, as it loses the POST data when it gets to my servlet. 

I've been advise to post the form directly to my server, and recreate the
Facebook session using the method

$facebook->set_user(userid, sessionkey)

My problem is that there's no such method on the FacebookApp or
FacebookWebRequest Object, at best i can create a new RestClient using the
appKey, secertKey and sessionKey (which maybe old/expired).

If you could advise as to how i can recreate a facebook session that would
be grand.

Thanks

Original issue reported on code.google.com by BenAbout...@gmail.com on 10 Feb 2009 at 3:07

GoogleCodeExporter commented 8 years ago
Closing this issue as it's not close to being a bug report. Please read:
http://groups.google.com/group/facebook-java/web/please-only-post-on-this-forum-
if

Thanks,
Dave

Original comment by david.j....@googlemail.com on 20 Mar 2009 at 9:21