From the mobile SDK, we pass the access_token instead of signed_request. Also there would not be any cookies set when making the request from mobile SDK.
Our server API serves both the webapp and mobile app. It works well with the webapp, however because of sending access token and no cookies set from mobile, the facebook login fails.
How do we make it work?
From the mobile SDK, we pass the access_token instead of signed_request. Also there would not be any cookies set when making the request from mobile SDK.
Our server API serves both the webapp and mobile app. It works well with the webapp, however because of sending access token and no cookies set from mobile, the facebook login fails.
How do we make it work?