Debug Error in facebook app offline access feature

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
skumar
Forum Newbie
Posts: 1
Joined: Wed Aug 12, 2009 3:03 am

Debug Error in facebook app offline access feature

Post by skumar »

I have made a facebook app using Asp.net, I am 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>

when User select Donot allow Offline Access option 2nd time it Gives Object Expected error on callback(permissionsWasGranted)
karend92
Forum Newbie
Posts: 1
Joined: Thu Aug 20, 2009 9:25 am

Re: Debug Error in facebook app offline access feature

Post by karend92 »

Hi, while reading your post and browsing at the same time, I found this interesting topic that might be related to your problem. Here is the website: http://blog.jeromeparadis.com/archive/2 ... -2005.aspx

That's all I could help. I haven't experienced this personally so I hope the website would give you more info.


Karen Davis
http://www.sandiegocomputerrepair.net
Post Reply