fb_connect returning empty response
-
When I use the
fb_connectmethod of the API to register a user via facebook, a response with status 200 is returned, but the response body is completely empty. There is no error message, no success message, just a null response.My Request Headers are as follows (where [omitted]… indicates that I’ve shortened/removed the value):
GET /api/user/fb_connect/?access_token=CAAV2hZCaUgyYBANkY[omitted]... HTTP/1.1 Host: www.myhost.com Connection: close User-Agent: Paw/2.1.1 (Macintosh; OS X/10.10.2) GCDHTTPRequestThe response I receive looks like:
HTTP/1.1 200 OK Date: Thu, 09 Apr 2015 17:47:58 GMT Server: Apache/2.4.7 (Ubuntu) X-Powered-By: PHP/5.5.9-1ubuntu4.6 Set-Cookie: PHPSESSID=kba...[omitted]...ad6; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache X-Pingback: http://www.myhost.com/xmlrpc.php Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8I’ve followed the steps as listed here, including setting the email permission and approving app access, however I still receive an empty response. Is there something on the server side that I need to configure before using
fb_connect? Any help is greatly appreciated.Thanks!
The topic ‘fb_connect returning empty response’ is closed to new replies.