Skip to main content

All Questions

0 votes
1 answer
753 views

Configure facebook login button for Business not allowed to add config_id

I have created a Facebook Business web app in a react project and want to add config_id while logging in. As the documentation mentioned for the business web app, https://developers.facebook.com/docs/...
Suhas Bhattu's user avatar
0 votes
1 answer
222 views

Facebook javascript api - One or more of the given URLs is not allowed by the App's settings

I have a simple application that I'm hosting on bluemix. I have set up a Single Sign On service for my application and paired it with facebook. I can successfully log in using the SSO service from ...
sir_k's user avatar
  • 332
1 vote
0 answers
502 views

call webview javascript after facebook SSO

I am developing an iOS app which display HTML contents with a webview, in conjunction with facebook features implemented in two levels. native app level - perform Single sign On (SSO) by ios native ...
Steve_P's user avatar
  • 11
1 vote
1 answer
1k views

Facebook Connect - Single Sign On Causes Infinite Loop :(

I have a Facebook Connect (FBML) web application that has been live for a while now. All is working well, however user's are reporting issues with the single sign on (and i have seen the issue on ...
RPM1984's user avatar
  • 72.8k
1 vote
1 answer
1k views

Facebook Logout causes logout from my application

I have created simple javascript widget where login happens using Facebook Single Sign On. It logins the person whenever he is logged in to facebook (after authorization for the first time). However, ...
Yahoo-Me's user avatar
  • 5,003
0 votes
4 answers
2k views

Catching the Facebook Login Event to change the HTML of the parent page

I am trying to create Facebook based login using Javascript. Once a person clicks a button he should get a div replaced by another div, if he is logged in to Facebook. However, if he is not logged in ...
Arc's user avatar
  • 1,700