skumar.snl 0 Newbie Poster

I have made a facebook app using Asp.net, Iam using allow email and grant offline access feature. The code which i have written down is something like this

<fb:prompt-permission perms="email">Would you like to receive email from our application?</fb:prompt-permission><br />
<fb:prompt-permission perms="offline_access">Click here to enable offline access</fb:prompt-permission>

How can i get the list of users who have accepted the request. Are there any methods with which i can call the facebook API and get the required results.