简体   繁体   中英

delete facebook apprequests via api with c# sdk

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.

try this

m_fb.Delete(requestId.ToString());

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM