Django-allauth: Facebook popup showing progress bar - facebook

I am integrating django-allauth on my application for login/signup with facebook. Opened facebook popup showing progess bar. So how can I hide that ?

Related

How to open Facebook, twitter, linkedin & a url from tab bar items? swift

Hello I have a tab bar on a contact us page with four social media items
I have searched the internet and found nothing on how to open Facebook, Instagram, linkedin and a website from tab bar items?
not bothered if its through the app (fb, twitter, linkedin) or if it opens the page up in safari...
Please advise thank you!
Add a webView to the controller and when you click on a tabItem on your tabBar load the page in your viewWillAppear function for your controller:
webView.loadRequest(URLRequest(url: URL(string: "http://facebook.com")!))

Open facebook login screen in landscape mode in ios

I am developing an app in landscape mode. I have a "Login with facebook" button which will redirect to facebook page asking to login to the user. My problem is ,when I tap "login with facebook" button the orientation changes and facebook page opens in portrait mode...What should I do so that facebook page also should open in landscape mode after tapping "login with facebook" button.?? Help will be aprreciated. Thanks in advance.
There is no way to force the Facebook login dialogs to a specific orientation, this is due to being designed and optimized for portrait mode.

Added Page Tab not showing up on Page

I've gone through all the steps to create a Page Tab in App Settings, such as this...
http://www.dbswebsite.com/blog/2012/10/17/how-to-creating-a-custom-facebook-tab/
I have both the http and https URLs and entered this URL to add the page tab...
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL
Included my app ID and the website URL. But the Tab is not showing up on our Facebook page. I've clicked the down arrow to show all tabs on the Facebook page and nothing is there. We just have Photos and Likes. The [+] buttons for each blank tab just show a progress bar repeating and repeating. Nothing seems to be working to get this tab to show up.
Please check whether your app is in sandbox mode. You can change it in app settings - https://developers.facebook.com/apps/APPID/summary - select the disabled button in Sandbox mode.(sandbox mode is enabled by default)

FBGraph Login page issue with "done" and "login" button

I am using FBGraph to get user's friends list in my application, After entering user credentials in login page of FaceBook, when I tap "Done" button in keyboard and tap again on "login Facebook" button it is moving to user profile page in webview.
My requirement is after successful login in FaceBook ,the webview has to dismiss and open user's friends list in tableview.
I have reached my requirement if I tap anyone of these two buttons but I need the same output when I tap two buttons simultaneously.
now the output screen shot is as shown in the below attachment.

ios Facebook login button delegate/callback

I was just wondering how I can popup a loading screen blocker once the user has entered a username and password on ios Facebook connect dialog and after clicking the login button. I mean, where can I find the delegate that handles the action or callback upon clicking of login button.