1
Answer

Access Token Information

Photo of Ramco Ramco

Ramco Ramco

Apr 13
153
1

Hi

  How i can obtain below information of my Facebook Account

protected string access_token = "";
    protected string form_url = "";

    protected void Page_Load(object sender, EventArgs e)
    {
        string app_id = "your_app_id";
        string app_secret = "your_app_secret";
        string post_login_url = "your_post_login_url";

Thanks

Answers (1)