开发者

Iframe app redirecting problem during authentication

开发者 https://www.devze.com 2023-02-02 05:41 出处:网络
I developed a facebook app with render met开发者_Python百科hod as iframe Now after allowing access, i\'m supposed to get a request for permissions dialog box but what i get is a facebook icon with \'

I developed a facebook app with render met开发者_Python百科hod as iframe

Now after allowing access, i'm supposed to get a request for permissions dialog box but what i get is a facebook icon with 'go to facebook.com' link at its bottom. If i click the link, i'll be redirected to the request for permissions page.

Someone Plz Help

Thanks in advance


Add the following javascript to your page

 <script language=javascript>window.open("https://graph.facebook.com/oauth/authorize?client_id=your_id&redirect_uri=http://your_url", '_parent', '')</script>
0

精彩评论

暂无评论...
验证码 换一张
取 消