I'm new to C# (asp.net) so i need little help. On this forum I found a PHP, post to fan page wall, code.
İşte:
$facebook->call_api('/(pageID)/feed/', "post",array('message'=>"message here"));
Birisi C # komutuna bu dönüşümü miyim?
I think that $facebook is probably facebookapi facebook = new facebookapi();
right?
i just don't know call_api command in C#