Facebook login with multiple domains

It is technically possible to use Facebook Connect on multiple domains, there are some limits (5 domains max). So the key to doing this is adding all domains in the App Domain field under your app settings. The PROBLEM, however, is that Facebook only lets you add domains that are derived from your Canvas URL … Read more

python-social-auth AuthCanceled exception

python-social-auth is a newer, derived version of django-social-auth. AlexYar’s answer can be slightly modified to work with python-social-auth by modify settings.py with following changes: Add a middleware to handle the SocialAuthException MIDDLEWARE_CLASSES += ( ‘social.apps.django_app.middleware.SocialAuthExceptionMiddleware’, ) URL to redirect to, when an exception occurred SOCIAL_AUTH_LOGIN_ERROR_URL = “https://stackoverflow.com/” Note that you also need to set DEBUG … Read more

How can I make the Facebook Like button’s width automatically resize?

#fblike iframe { width: 95px !important; } #fblike .fb_edge_comment_widget iframe { width: 330px !important; } And <div id=”fblike”><fb:like show-faces=”false” layout=”button_count”></fb:like></div> This way both comment and like button iframes are fixed width. No funny effects. Hope it helps.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)