ios - Delete facebook application -


i have iphone application uses facebook sdk connect. want check if user installed app, , if user installed app, , disconnects app, want know if possible delete application. found can make

    [[fbrequest requestwithgraphpath:@"me/permissions" parameters:parameters httpmethod:@"delete"] , 

but don't know how use it. parameters have use? can me?


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -