When I try to get the users data with the:
dynamic myInfo = fb.Get("me")
method I've encoutered this message:
The given key was not present in the dictionary.
This error is only happeing with few users, but still, I need to fix it.
Those are the values that I'm trying to read from facebook:
myInfo["id"], myInfo["first_name"], myInfo["last_name"], myInfo["email"], myInfo["name"], myInfo["gender"], myInfo["locale"]
Any idea what could cuase this error ?