in PHP facebook graph API photo tag code I can find $tag = array( 'tag_uid' => $fb->getUserId(), 'x' => 0, 'y' => 0 ); $tags[] = $tag; but how to declare this in C# Need help