Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
elements in graphical user interfaces that host HTML content. For Android, please look at the android-webview tag. For iOS, look under uiwebview.
0
votes
0answers
22 views
How to get facebook login to return back to webpage in iPhone Web View App
I have an app that uses a Webview to show a webpage. To access the site you must login via facebook. I have this javascript to call the facebook page
function fbPop() {
start_url = ...
0
votes
0answers
51 views
Facebook Android sdk 3.0 : session is null on Activity result
I try to upgrade Facebook Android sdk from 2.0 to 3.0, but I encounter an issue, here is my case :
I have a webview, and I execute the following code when user click on the "Facebook Login" :
...
0
votes
0answers
30 views
Login Activity goes blank after logging in as different user
I'm using facebook SDK for Android. I was making an app for about 3 days and today I wanted to test it with different facebook users accounts. So the first step is to log in, I'm asking for additional ...
0
votes
0answers
45 views
Login Activity goes blank after login
I'm using facebook SDK for Android. I was making an app for about 3 days and today I wanted to test it with different facebook users accounts. So the first step is to log in, I'm asking for additional ...
0
votes
1answer
64 views
Facebook Feed Dialog through WebView in Unity is Blank
I have been using a WebView dropped into Unity(Found here: https://github.com/gree/unity-webview) for implementing Facebook connection. The WebView has been working very well for authorization of the ...
0
votes
0answers
23 views
Is it safe to remove square brackets contents from User Agent string (because of Facebook iOS App)?
We have an iPad optimized website which we advertise on Facebook. Our users were shown the mobile site instead of the actual site when they came to site with the Facebook App.
"Mozilla/5.0 (iPad; ...
0
votes
1answer
55 views
How modify Facebook's Webview to maintain it correctly displayed on device screen?
I'm developing a little Android application that connects to Facebook and shares some content. I would like to know if there's a way to modify the size (height and widht) of this default Facebook's ...
0
votes
0answers
163 views
mobile app built with Corona sdk with facebook login . how to share content from webview
I am the front end developer for a web development company and our mobile developer is making our app with the corona SDK. Much of the content in the app comes from a webview with HTML and jquery. We ...
0
votes
0answers
67 views
How to use Facebook dialog feed if all posted images are in FBCDN?
I am using Graph Api to fetch posts from my App page. I use PHP.
I need to provide a Share button to share the post.
I tried using Facebook dialog feed.
<?php
...
0
votes
2answers
283 views
android facebook login with webview
I have an android app where I'm using Facebook login. My problem is this: if I install the application from ADT everything works well, I am able to login via Facebook app and via webview, but if I ...
1
vote
0answers
107 views
FB.getLoginStatus's callback isn't firing
I have the following code in a script tag in my HTML page:
window.fbAsyncInit = function () {
if (FB != null) {
FB.init({
appId: 'myAppID',
...
5
votes
2answers
215 views
How to login into facebook in WebView if already have access token from FB SDK in Android
I'm developing android app in which I have login via Facebook SDK. In app I also have facebook social comments displayed in webview. But problem is even if user is logged through fb sdk, the webview ...
0
votes
0answers
83 views
Android WebView forge Facebook cookie
I know user access_token in my android app.
I want to open a page in a webview (like button). I don't want the user to be asked about login/pass in this page.
Can i forge a cookie for my webview that ...
0
votes
0answers
87 views
iPhone SDK: loading different facebook webviews in an app
I wanted to know how to load a different instance of facebook in two separate webviews.The problem I have is that I'm trying to load different facebooks in two different webviews; however, when I ...
0
votes
0answers
28 views
Facebook Social Comment in WebView [duplicate]
I try to show a webview with facebook social comment. It's ok on default brower on my Android. But when I use Webview to show that, I have nothing...
I have active javascript, multiplewindow
What I ...
0
votes
1answer
118 views
Using spring-security-facebook grails plugin from an android app
I have been using spring-security-facebook grails plugin in a website and it works like a charm.
In fact, it works so well, that I haven't had to dig too much into how it works and that's probably ...
0
votes
0answers
115 views
Android, facebook SDK, Remote URL
So basically Im trying to use the facebook SDK for logging in and open a webview to a remote site (that uses the FB login) if the user is authenticated, but Im unsure of how to open the webview if ...
0
votes
1answer
141 views
Sign in with Facebook SSO in a WebView?
In my app a user signes into Facebook with SSO.
Later on he navigates to a facebook page displayed in a WebView.
In this WebView he won't be signed in, which means the user needs to sign in to ...
0
votes
0answers
236 views
Spring Android WebView NullPointerException
I have an Android application and I want to implement a Facebook login with the spring-android module. For that, I used the spring-android-facebook-client from the samples, which is running perfect. ...
3
votes
1answer
865 views
Making facebook login work with an Android Webview
I am just trying to implement the facebook login on a WebView in Android. The problem is after I click the facebook button on my HTML page and insert the username and password on Facebook dialog. The ...
0
votes
1answer
168 views
Android webview load facebook without blue bar
Hy guys.... is there any way to load facebook inside a webview without the blue menu bar?
thanks !!
0
votes
0answers
166 views
Facebook Integration using WebView JavaScript
I am trying to share a feed from my android app to facebook. The code works well if I am making a button and setting an onClick listener.
But the code fails when I am trying to make a call using a ...
0
votes
2answers
618 views
How to intercept link requests in a webView?
I have a WebView which contains a Facebook button, it opens a link to the site with a post already done.
I want to know how to intercept the request and open it in the facebook application rather than ...
0
votes
1answer
101 views
Android Facebook SDK Bug
I have an app that uses Facebook SDK with some permissions.
Usually, when a user presses the LOGIN button, the app opens Facebook App or a Webview (depending on wheather Facebook app is installed) and ...
0
votes
0answers
172 views
Xcode webView: Facebook dialog not working with non english characters
Is it possible to use non-English characters (e.g. caption string) in Facebook dialog URL within a webwiew?
It works when I copy URL directly into a web browser. The webview works in app if I use ...
1
vote
1answer
192 views
Facebook/Twitter authorization in Android App
I use the Facebook sdk to authorize Facebook Account in my code and Twitter4J to authorize Twitter accounts. Using Twitter4J I have to create the webview and change the focus to that and then deal ...
0
votes
0answers
183 views
How do I upload image in Webview when user visits upload image link on say facebook?
I have a activity set up which includes a webview. i have navigation for that webview but noticed that when i visit my facebook page and goto upload image the choose file link on the fb page does ...
1
vote
1answer
901 views
Facebook login stuck in permissions page in dispaly=touch mode- windows 8
I was trying to implement Facebook login in windows 8 application . I am using following url to request Facebook login
...
0
votes
0answers
170 views
How to get rid of the FB auth webview and go back to previous activity after pressing Back button?
I am currently integrating the official Android Facebook SDK in one of my project.
In one of my activity, I launch the "Facebook" Authentication dialog (a web view actually). The thing is that if the ...
2
votes
0answers
317 views
In Android Webview comment box is not displaying fully
Here is my Code:
public class SampleFB1Activity extends Activity {
WebView web2,childView =null;
private LinearLayout parentLayout;
private Activity MyActivity;
private String ...
0
votes
0answers
133 views
Server Side Authentication Facebook using a android Webview
How do I control the WebView when it has authenticated and allowed my app so that I can go back to my activity?
0
votes
0answers
267 views
Setting cookies on Facebook with Android WebView
I am using Android WebView to attempt to log into facebook. I have class called BroswerView that extends webView. I have implemented all the functions that are associated with the WebView class. I ...
0
votes
1answer
267 views
Using Facebook Mobile authentication in browser/webview
I have facebook logged into my mobile phone. My application uses a webview and in that webview there is a facebook like button. Then I click on that, it asks for login again. Cant I use my mobile's ...
7
votes
1answer
771 views
Facebook Comment box is not displaying in Android webview
In HTML file I have used Facebook Social comment plugin and it is working perfect,
but when I tried display same file in android using webview then it is displaying only comments not the comment box ...
0
votes
1answer
197 views
Webview in bottom of page
I am making an app and i want to have the facebook "Like" button in the bottom of a page.
Is it even possible? I have played around with different things and this is what i have right now.
var win ...
0
votes
2answers
209 views
“Sign in to facebook” button not showing on iPhone, showing on iPad
I am creating an application using Appcelerator. In my app I'll ask for users to log in with Foursquare.
I am accessing Foursquare's login page using a webView and accesing the following URL:
...
4
votes
3answers
1k views
facebook like button not showing in webview (ios and android)
I have a simple application that runs an html file in a webview. When I run it in android browser or in iphone browser safari, I'm able to see the facebook like button.
But when it comes to the ...
1
vote
0answers
292 views
Facebook wall post response is blank screen in webview stuck in XD_proxy.php
I'm trying to post on facebook wall from Webview, its showing popup
to share content but after cancel or post it doesn't get back to
home share screen or unable to dispose popup window. The same
...
3
votes
1answer
1k views
Blank Screen with Mobile Web App with Facebook Connect [duplicate]
Possible Duplicate:
blank white screen after FB login via web app?
I am building a web app that can open full-screen on iPhone and am following the code for Facebook mobile web, which can ...
3
votes
1answer
728 views
Blank screen with Mobile Web App and Facebook Connect
I am building a web app that can open full-screen on iPhone and am following the code for Facebook mobile web, which can be found at: https://developers.facebook.com/docs/guides/mobile/web/
When I ...
0
votes
1answer
265 views
Strange StageWebView
I am experiencing strange StageWebView behavior. I am opening a StageWebView in a view that is pushed in navigator, I have a close button in the view that Pops up the view from navigator..
The first ...
0
votes
1answer
175 views
What is the URL called when a user clicks a Like button?
I'm trying to implement this solution to get around the blank page in Android's WebView that is generated after a user logs into their FB account, upon clicking a like button, and it *works, except ...
0
votes
1answer
615 views
How to hide all except for one div in a cocoa web view?
I have Facebook.com open in a cocoa web view, and I want to to hide all the divs in the page except for the Facebook chat div (the class is "fbDockWrapper").
How can I do this?
1
vote
0answers
418 views
Android: Load facebook page in Webview
which is the correct way to show a FB page in a webview? I don't like this ugly mobile view. I saw it somewhere with the native blue bar from fb app and Wall/Info/Photos option buttons.
2
votes
0answers
392 views
Facebook API for Android displays blank window
I am using the Facebook API to post messages to Facebook from my Android app. I have tested it out on various different phones, yet on one particular phone the Facebook API just pops up a blank white ...
3
votes
1answer
615 views
Webview with facebook login flickering in Dialog
I want to make a dialog with webview containing facebook login site.
I tried with PopupWindow - keyboard wasn't showing after clicking on textfield.
The same with AlertDialog. Finally I used pure ...
3
votes
1answer
2k views
Android unable to implement facebook comment in a webview due to default browser
I am newbie to Android development and this webview and webview client is killing me. This is my scenario:
I have to load a web page which contains facebook social plugin (used for commenting on ...
1
vote
1answer
332 views
Android Facebook-sdk crash
app crashes when I want to share
this is code
private void share() {
facebookClient = new Facebook(APP_API_ID);
facebookClient.authorize(this,
new String[] {"publish_stream", ...
0
votes
1answer
282 views
Android WebView no selection color
In my application I have a webView that contains the FB like button.
JS is enabled to get redirected.
Now my problem is, I want to get rid of the orange selector.
I know this can be done by css, but ...
0
votes
1answer
922 views
Android and Facebook “like” button using webview - login required
I've added a webview to my Android app so the users can like a specific Facebook page. I've done this using a webview as I've read on here and elsewhere that the Graph API doesn't allow users to like ...

