· 7 years ago · Sep 16, 2018, 07:14 PM
1How to get stuff out of a facebook registration array? [closed]
2Array
3(
4[algorithm] => HMAC-SHA256
5[expires] => 1342512000
6[issued_at] => 1342506799
7[oauth_token] => the token
8[registration] => Array
9 (
10 [name] => name
11 [email] => email
12 [birthday] => birthday
13 [password] => password
14 )
15
16[registration_metadata] => Array
17 (
18 [fields] => [{'name':'name'}, {'name':'email'}, {'name':'birthday'}, {'name':'password'}]
19 )
20
21[user] => Array
22 (
23 [country] => us
24 [locale] => en_US
25 )
26
27[user_id] => id
28)