You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -273,6 +273,7 @@ For information on testing with multiple Python versions, see [VERSION-SUPPORT.m
273
273
274
274
* Activity Details
275
275
*[X] User ID `user_id`
276
+
*[X] User Profile `user_profile` - **deprecated**, use `profile` instead
276
277
*[X] Profile `profile`
277
278
*[X] Photo `selfie`
278
279
*[X] Given Names `given_names`
@@ -281,7 +282,7 @@ For information on testing with multiple Python versions, see [VERSION-SUPPORT.m
281
282
*[X] Mobile Number `phone_number`
282
283
*[X] Email Address `email_address`
283
284
*[X] Age / Date of Birth `date_of_birth`
284
-
*[X] Age / Is Age Verified `is_age_verified`
285
+
*[X] Age / Age Verified `age_verified`
285
286
*[X] Address `postal_address`
286
287
*[X] Gender `gender`
287
288
*[X] Nationality `nationality`
@@ -305,4 +306,4 @@ If you're using Windows and you haven't installed Cryptography before, you might
305
306
set LIB=C:\OpenSSL-Win64\lib;%LIB%
306
307
set INCLUDE=C:\OpenSSL-Win64\include;%INCLUDE%
307
308
```
308
-
Where `OpenSSL-Win64` is the location that you have installed OpenSSL to. See [here](https://cryptography.io/en/latest/installation/#building-cryptography-on-windows) for more information.
309
+
Where `OpenSSL-Win64` is the location that you have installed OpenSSL to. See [here](https://cryptography.io/en/latest/installation/#building-cryptography-on-windows) for more information.
0 commit comments