Hi,
I am not able to integrate the iPhone application with my rails application both using fbconnect as the session details that i send along with the request from iPhone are not recognized by the facebooker plugin. The request from iPhone is as follows:
[request setURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://localhost:3000/i_phone/get-user-info?fb_sig_session_key=%@",session.sessionKey]]];
and in rails application i use
set_facebook_session
method from facebooker plugin.
Can someone tell me whay am i doing wrong here and what is the right way to do it.