0

i am getting below error

Permission denied to access property 'Arbiter'

only when i using application with HTTPS

i already check Permission denied to access property 'Arbiter'

FYI When i write dictly page name in URL as apps.facebook.com/XXXX/YY.aspx then it is working but not with apps.facebook.com/XXXX

but don't have a luck..

Community
  • 1
  • 1
samirprogrammer
  • 438
  • 5
  • 18

2 Answers2

0

Using https in redirect_uri solved my problem.

bjb568
  • 11,089
  • 11
  • 50
  • 71
samirprogrammer
  • 438
  • 5
  • 18
0

Make sure you are using same protocol for both iframe and javascript file.

HiZaib
  • 696
  • 7
  • 15
  • use [https://connect.facebook.net/en_US/all.js](https://connect.facebook.net/en_US/all.js) if you are using application with https and use [http://connect.facebook.net/en_US/all.js](http://connect.facebook.net/en_US/all.js) if you are using application with http. Also make sure in your app settings you are using http for "Canvas URL" and https for "Secure Canvas URL" – HiZaib Feb 29 '12 at 09:55
  • Thanks but it is all OK still i a facing this Problem – samirprogrammer Feb 29 '12 at 10:39
  • FYI When i write dictly page name in URL as https://apps.facebook.com/XXXX/YY.aspx then it is working but not with https://apps.facebook.com/XXXX/ – samirprogrammer Feb 29 '12 at 10:51