I can read them all as:
m_api.GetAsync("/me/apprequests");
I can read spesific one like:
m_fb.GetAsync("/req number");
But I could not delete them ... how can I delete them using api call? Thank.
try it
m_fb.Delete (requestId.ToString ());