I made a php facebook application. The app looks good on desktop facebook. But when I wanna look at it from my android phone, instead of seeing my facebook application/site it redirects me to google play, where i dont have any application.. How can i fix that?
Related
If Linkedin app is not installed on an android phone, my app users are getting blank screen on linkedin login. Till two days back, my users could login using Linkedin via the webview, but now they can do so only if the user has LinkedIn app.
(https://i.stack.imgur.com/UkDJV.png)
It is the picture which shows logon with LinkedIn button !When i click on Login with LinkedIn it shows me this blank white screen in web view.](https://i.stack.imgur.com/K1U7g.png)
It might be a problem with their being stopped working.
LinkedIn has deprecated and stopped supporting their old mobile SDKs as per this link, so I've created a lightweight "unofficial" SDK for Android, you can use it from this GitHub repo.
We also use it in our production apps, so it should be working fine. :)
recently i have made an android app which integrating facebook login. It works fine when i login with my FB account which is also setup as a FB developer account(where i kept my app release key and debug key).But problem is that when i want to login with other FB account for testing it show me error like this
App Not Setup. The developers of this app have not srt up
this app properly for Facebook Login.
i follow this tutorial https://developers.facebook.com/docs/android/scrumptious/authenticate it works fine as they showed with my developer FB ac.But why not with other FB account? What else i should do to make this app available to other user? Please give me suggestion ...please. Thanks in advance.
go to your facebook developer console and select your project(app) from app section.Then in status and review turn on the option--Do you want to make this app and all its live features available to the general public?.
You will need an email id to turn it on so add one if you haven't already.
i noticed that when I click on a Facebook App Url inside Facebook Mobile App on Android, the app is opened/redirect in the browser and not inside the Facebook app. Instead if I open the app in an IOS device, the app is opened inside Facebook app. Why? Can I have the same behaviour in Android device?
You can test the problem here:
Take an Android device
Open the facebook app and go to https://apps.facebook.com/1431973097077103 (you have to do a post with this link to click on it)
Android device redirect to browser, IOS device remain inside Facebook
Thanks!
I've got a simple Facebook canvas web app. Works fine on desktop. We are trying to make it work inside the relevant android and iOS Facebook apps, without it popping the user out of the facebook app into the mobile browser.
This is no problem for Android. The canvas app url displays inside the facebook android app and keeps the user logged in.
However, the iOS version just shows: "Either this application has not configured its mobile web URL or the URL could not be verified as owned by the application. Unable to redirect"
If we add a Mobile Web URL, this solves the problem for iOS, but it then causes the Android to pop out of the facebook app and opens it up in a browser which requires the users to login to facebook again.
Any ideas / work arounds?
I'm trying to integrate Facebook 'Like' button into my Phonegap app (iOS and Android).
The easiest way is to c&p the same code as for simple web site:
<iframe src="http://www.facebook.com/plugins/like.php?..."...>></iframe>
It works perfectly (just like for normal web site) if user already logged in.
But if I log out from FB and then try to tap "Like" button I will be redirected to the FB login page and bad thing is that this page will be opened in new native browser window. So, after login it will not redirect me back to the app.
And also, if there is a way to open login page inside my app I think there still will be a problem with redirecting back to my app from FB (i.e. redirect to the local .html file)...
So, is there ANY way for Phonegap app to integrate with FB 'Like' feature somehow?
I don't think this is possible yet. The PhoneGap Facebook Connect plugin has promise, but at the time of writing this it still has a few niggles that would stop me deploying it - it's only been released for a week or two and it seems to have broken so second and subsequent logins to an app won't work. It seems like it will be really useful soon, but it's more volatile than even the standard volatility level of most Facebook integrations as it stands. Getting it to build against PhoneGap 1.1.0 yesterday also involved digging through issues in github and patching the Facebook SDK... so you'll have fun with that.
As far as I can see it doesn't support dialogs or social plugins yet, though for the base Facebook Connect use case it does solve the problem where Facebook users can be redirected out of your PhoneGap app to login either in the FB app or Safari and then bounced back into your app afterwards. It sounds like the plugin authors are working on more features, so I'll be keeping an eye on the project.
It sounds like you need the PhoneGap Facebook Connect plugin:
https://github.com/davejohnson/phonegap-plugin-facebook-connect
From the README:
"The Facebook Connect plugin for PhoneGap allows you to use the same JavaScript code in your web application as you use in your native PhoneGap application, but your native PhoneGap application will use the Facebook native app to perform single sign on (SSO) for the user."