Limited Details in Facebook Connect
-
For normal fb connect login we will get response as follows:
{
“status”: “ok”,
“msg”: “user logged in.”,
“wp_user_id”: 1,
“cookie”: “sarankumar|1472632363|Qy8sbuUW4pKcPhJaWtUz1K2sMc1o9gu5YaICvGGT10f|b06962f12298d3c233ba9db873ec62d975631864c9fff8d6e7ff088be6084748”,
“user_login”: “sarankumar”
}For normal login we will get much user data
“status”: “ok”,
“cookie”: “alleppeyhouseboatclub|1472632569|GghtVHbKZcs7syh2MquWFrmZIxJJS6wzQ7hjgzZuO5C|9437a1b137c1edb9fe2bdd07a20bc60c3d58d8e99ef2273206c5425c1932f356”,
“cookie_name”: “wordpress_logged_in_fedd7a1235d12237f9ef5dc7e2fce448”,
“user”: {
“id”: 58,
“username”: “alleppeyhouseboatclub”,
“nicename”: “alleppeyhouseboat”,
“email”: “alleppeyhouseboatclub@gmail.com”,
“url”: “”,
“registered”: “2016-08-05 08:26:31”,
“displayname”: “alleppeyhouseboatclub”,
“firstname”: “”,
“lastname”: “”,
“nickname”: “alleppeyhouseboat”,
“description”: “”,
“capabilities”: “”,
“avatar”: null
}
}Requirement : i need to add “user”: {….} datas in fb connect also. how can i add it ?
Thanks in advance
saran
- The topic ‘Limited Details in Facebook Connect’ is closed to new replies.