I am integrating new Facebook SDK(3.0.1) in my app.So I am using Facebook code for login but everytime after input credential a "Web page not available" page is shown. Even Sample Application given in facebook SDk is not working and is showing same web page. Somebody help me in finding out the solution. I have gone through this link also,but this solution is not working ---> Facebook integration on Android fbconnect broken link
I had the same issue. The solution is to update your Facebook app to the latest version.
Related
I have a question regarding social login for horsedeal24.com. We're using Sharetribe Flex as API solution for our marketplace app and just configured social login. We relied on these documentations:
Google: https://www.sharetribe.com/docs/cookbook-social-logins-and-sso/enable-google-login/
Facebook: https://www.sharetribe.com/docs/cookbook-social-logins-and-sso/enable-facebook-login/
We now noticed that users can't login if they use our android browser app - it seems that our app does not have permission yet for OAuth (see screenshots) but we also don't know how to grant access.
Google Error: 403:disallowed_useragent
Facebook Error: For your account security, logging into Facebook from an embedded browser is disabled.
Here you can download our beta version of our android app to reproduce the issue. Simply try to create an account by using social login.
Thanks in advance for your help!
Best regards,
Beni
Google & Facebook ErrorFacebook App Settings
The problem is that the Facebook Login is disabled if you try to open from inside a WebView in an Android device.
For your account security, logging into Facebook from an embedded
browser is disabled. To continue, download and log into the Facebook
app on your device and try again.
The solution must be implement the native Facebook Login with the Facebook SDK for android
Facebook Login for Android - Quickstart
or just open your login form in the mobile browser.
this issue is most likely because of you are not using the latest facebook login sdk version which is 8.2 .
follow the instructions in
this article
I have a Cordova app - for Android and iOS platforms, and a feature in the app where user needs to login with their linkedin credentials.
The linkedin login is used to retrieve the user's profile information.
I have questions as below -
1. In the "Add New Application" screen, what is the URL I have to mention at "OAuth 2.0 Redirect URLs:" field?
2. Is there a defined procedure on how to integrate in the app?
I have searched on SO and found these links - Link1, Link 2, Link 3
These are of not a straight help as I tried giving "file:///...." in the Redirect URL as given in Link3 above.
Please, could anyone help/guide me how to implement this?
I have an Inapp browser plugin only at the moment, how to get the linkedin login work with this setup?
Use SocialGap plugin and it works. Cordova inappbrowser is a prerequisite. Thanks to SocialGap.
The documentation for integration can be found here
In Android project trying to have a button to post on wall in facebook by user. When that button is clicked need to check whether user is already logged in using other facebook app if so i need to open Post On Wall Dialog with prefilled data to be shared. Please direct me in this to achieve.
I tried following this tutorial http://www.integratingstuff.com/2010/10/14/integrating-facebook-into-an-android-application/
but after asking for user credentials in a webview the page navigates to main activity instead of opening the post on wall dialog. Thanks in advance.
Have you tried using the Facebook SDK website? Try looking at the below two links on the Facebook SDK website:
How to log in:
http://developers.facebook.com/docs/howtos/androidsdk/3.0/login-with-facebook/
How to publish to a feed:
http://developers.facebook.com/docs/howtos/androidsdk/3.0/publish-to-feed/
There is also an example application provided with the Facebook SDK 3.0 which can be loaded into eclpise and onto a device for you to better understand how it works (need to add your own APP key of course). There is also the Scrumptious Tutorial on the Facebook SDK site that can run you through everything.
Found here:
http://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/
I'm developing a Facebook integrated Android app. I followed this tutorial to the dot. The problem is that I get the following error if the Facebook app is not installed on the device when logging in:
Given URL is not allowed by the Application configuration
I implemented Single Sign On as specified in the tutorial. If I run my app on a device with the Facebook app already installed, my app redirects to the Facebook app to sign in. That's fine. However, if the Facebook app is not installed, I get the error. Here's a snapshot:
which redirects to Web page not available on signing in:
Edit: I double checked the tutorial and saw this bit about filling a Mobile Web URL which I didn't follow. I'm not quite sure what to enter here. Any help?
Fixed it. Seems to have been a bug on Facebook's side. Using the updated repo from github solved the problem.
I have integrated Facebook connect into my app using the Android Facebook SDK. Everything works great, I just have a question regarding logout. When a user logs out of the actual Facebook app, and returns to my app their session is still valid. Shouldn't logging out of Facebook itself invalidate the Facebook session for my app? Has anyone experienced this?
i am not clear about your question, if you have a logout problem from facebook account in your app than Visit Following link, This May Help You :)
facebook sdk in android app, only able to login, but not able to logout?