Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
title3rd party information
collapsetrue
{
	...
	socialId : {
		"facebook": {
         	"id": "10153921831136546",
			"ts": 1563462760715,
			"email" : {
				"modified" : true
			},
			"profileoriginalProfile" : { / The original profile @ facebook / },
         	"accessToken": "EAAEtfZBue5g4BAHxZC795RjLBHzM044Rd1lqJDMUzj1FNDkZD"
      	},
      	"google": {
         	"id": "116534884477427572518",
			"ts": 1563462760715,
			"email" : {
				"modified" : true
			},
			"profileoriginalProfile" : { / The original profile @ google / },
         	"accessToken": "ya29.Ci-gA_tPPWbT0qp5a3z4UwqzyIj1hQsMUuQ03mAmXFZQnVcaRsrmqJzK10oeBeIYGg",
         	"refreshToken": "1/CnxzVU1kKh5NQsIJT5Mv2LkGguGCQqpVgwB0MuG7Qhc"
      	}
		...
	}
	...
}

...