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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -