こんにちは、私は、JsonObject
/とは何か ( とは何か) と、それを に変換する方法をdebug_token
知る必要があります。 expires_at
issued_at
dataType
C#
DateTime
Facebook
の意味を知る必要があるだけですexpires_at
。終了までの時間 (秒/分) ですか、それとも正しい時間形式 ( DateTime
)ですか?
Facebook C#
SDKを使用しています
私が得たJSON配列は次のとおりです。
{
"data": {
"app_id": *********,
"is_valid": true,
"application": "MyApp1",
"user_id": *********,
"issued_at": 1367606488,
"expires_at": 1372790488,
"scopes": [
"create_note",
"manage_notifications",
"photo_upload",
"publish_actions",
"publish_stream",
"read_stream",
"share_item",
"status_update",
"user_about_me",
"user_photos",
"video_upload"
]
}
}