Reputation: 31
I can read all of them like:
m_api.GetAsync("/me/apprequests");
I can read spesific one like:
m_fb.GetAsync("/req number");
But i wasnt able to delete them...how can i delete them via the api call? Thanks.
Upvotes: 3
Views: 589