Android :: View Wall Photos On Facebook App?
Oct 20, 2010
I'm in my FB app, and my cousin posted photos to his news feed that I wanted to look at. I click it and it looks like it tries to send me to the m.facebook.com mobile site... except every time I click a picture, I get the following error: "The page you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may be broken or expired, or you may not have permission to view this page." I have had my DInc for two days now, and have not yet been able to view photos that are published to my news feed! And it's not just my cousin's photos, it's any photos on the news feed... even ones I post!
View 1 Replies
Apr 22, 2010
I'm having a problem with getting Facebook photos to upload to my wall. Instead they're just showing up in the Mobile Uploads section, without ever appearing in the news feed. I've searched everywhere online and found a few people with the same problem, but no solutions.
What's odd is I didn't have this problem when I tried the same thing yesterday. Yesterday was the first time I'd directly uploaded a photo from my phone to Facebook, though I've had my Droid for months. (Yeah, I'm a little slow with some of this stuff). I used the method of going to the Gallery, choosing my photo and then selecting Menu > Share > Facebook. I added a caption, and the photo & caption showed up on myFacebook wall, just the way I wanted.
Today I tried the same method for a new photo, and it didn't show up on my wall at all, just went straight to Mobile Uploads. As far as I can figure, I did everything exactly the same as I did it yesterday, but maybe I'm missing something. Can anyone think of a step I might have missed, or does anyone know a way to fix this?
View 29 Replies
View Related
Jun 20, 2010
I try to view photos using the Facebook App, it redirects me to Facebook's mobile site using the internet browser ... is that what it is supposed to do? Facebook for Android does not support picture viewing? I have to say this Facebook app is very weak compared to the iPhone's.
View 1 Replies
View Related
Nov 18, 2010
I am using facebook sdk and with the help of example given with that SDK i developed a code to login and store access_token into database
i have 2 problems:
1). when i try to fetch access_token from database and pass it to facebook it doesn't allow me to post on wall using that example given with that facebook sdk, why is that so??
2). i gone through that facebook.java code, but what i got is that to post on a wall i got to open a dialogue box as there is no other method to pass my message straight away and post. Please tell me solution towards it or tel me wat should i do when i want to post on a wall without opening a dialogue box
code:............
Whats wrong with above code.. its not posting on wall and giving me Wall Post: empty on phone and emulator both.
View 1 Replies
View Related
Nov 22, 2010
I've got an issue when trying posting on my facebook wall from an application developed on an Android phone. Here's the problem: Sometimes different "strange" error message appear like "error with HelloIdahoFalls.com" or "HelloSiouxCity.com" or "HolyPlanets Connect" and so on. I really don't know why these sites appear on my error log. Seems like my Android KeyHash is in conflict with some of this sites. The strange thing is that sometimes my application works and posts correctly on my wall.
View 2 Replies
View Related
Jun 10, 2010
All Facebook SDKs for Android require an "application key", which I assume is the API key for a facebook application that must be created on Facebook. Since all I want is to post to my wall without dealing with Facebook applications, is there an SDK for Android that doesn't require these api keys?
View 2 Replies
View Related
Jul 22, 2010
I have a problem in posting a message on friends wall in facebook. I write below code for posting a message.
private void postwall(){ try { FBRequest streamRequest = FBRequest.requestWithDelegate(new FBRequestDelegateImpl());
Map<String, String> parameters = new HashMap<String, String>();
frdlist = new String[list.size()]; for(int j=0;j < list.size();j++){
if (list.get(j).isChecked()) { frdlist[j]=String.valueOf(list.get(j).getUserid());
parameters.put("message", "HI.... its a test application of Dates Near Me");
parameters.put("attachment", "{"name":"Facebook Connect for Android","href":"http://code.google.com/p/fbconnect-android/","caption":"Caption","description":"De scr iption","media":[{"type":"image","src":"http://img40.yfrog.com/img40/5914/iphoneconnectbtn.jpg","href":"http://developers.facebook.com/connect.php?tab=iphone/"}],"properties":{"anotherlink":{"text":"Fac eb ook homepage","href":"http://www.facebook.com"}}}");
parameters.put("auto_publish" ,"true");
parameters.put("target_id" ,frdlist[j]);
parameters.put("uid" ,String.valueOf(FBSession.getSession().getUid()));
streamRequest.call("stream.publish", parameters);
} } } catch (Exception e) {
// TODO Auto-generated catch block e.printStackTrace();
} }
I am passing three values: message,target_id and uid. All values I get perfectly. But when I check my friends wall that time message is not display on wall.
View 1 Replies
View Related
Aug 26, 2010
How to post message to Facebook using HTTP in Android? Maybe there are more simple ways?
View 1 Replies
View Related
Sep 17, 2010
How do I make my contact photo stay as the google photo.I have several contacts who are linked to facebook contacts and have selected the google image are their main photo. Unfortunately some of the contacts seem to keep changing back to the facebook photo after a short while, whilst others remain OK.I have been struggling with this for quite some time, each time I change the selected image back to google but it always changes itself back.
View 1 Replies
View Related
Mar 6, 2012
S moy Optimus V doesn't have much space on it and the Facebook app is relatively large so I don't have it installed. Every once in a while I see something I want to take a picture of and post it to facebook. Are there any apps that will allow me to do this without having the actual facebook app installed?
I know there are websites that you can hook into your facebook account to post things without going to the FB website but I'm not sure of any apps that might work in the same way.
View 1 Replies
View Related
Nov 13, 2010
I am developing an android application and i am using fbconnect android for connect face book,It is working fine for login and post comment in facebook's wall,but i want to display successful message, when i posted commented in facebook wall.How to do for that.
View 1 Replies
View Related
Jul 19, 2010
I'm making an application that is posting some information to your facebook wall using facebook sdk for android. This works, but I can't seem to get new lines on the posts. I have tried
but it doesn't work. Any suggestions?
Here is my code...
View 2 Replies
View Related
Sep 22, 2010
Is it possible to write on a friends wall through Friendstream? I can see their walls, like their posts, comment on posts, but I can't seem to just simply write on their walls.
View 2 Replies
View Related
Jul 15, 2010
Using my inc theres no delete button
View 1 Replies
View Related
Nov 15, 2009
I like how when I enter a contact, if it finds that person on my Facebook it will add that info, and give me the options to see their wall, post a msg, etc.
However, I deleted a contact and had to re-add them. Now it will not re-add their Facebook info. This doesnt happen to all of them, just ones I've deleted and re-added. Any ideas on how to add it?
View 2 Replies
View Related
Sep 16, 2010
I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb)
here is the code snippet onClick function, i made small modifications on their sample code:
CODE:..........
From DDMS i get the following error:
CODE:....................
View 4 Replies
View Related
Mar 25, 2010
I thought that if we sync'd facebook to the Hero that people's display pictures would automatically become their contact photo on the hero.can someone tell me if this is possible and how they've done it?
View 16 Replies
View Related
Jun 22, 2010
I noticed that recently any photo uploads have the caption "Uploaded via Facebook Mobile" instead of "Uploaded via Facebook for Android".This changed sometime between May 10 and 15: Sometime between May 10 and 15 the Facebook Android app has c on Twitpic.Can anyone help me with this issue? and is anybody having the same problems as I'm having?
View 1 Replies
View Related
Dec 6, 2009
Anyone know how to unclog stalled uploads to Facebook? I've tried to upload vacation photos but they don't get through + remain somewhere between the cloud + my T-Mobile MyTouch phone. I've tried clearing the cache as well as logging off + relogging. Nothing seems to work. Any advice?
View 4 Replies
View Related
Jan 20, 2010
I have the Moto Droid (LOVE IT!)
I'm having some issues with the facebook app (native). I can't seem to upload photos, I don't get an error message or anything just photo cannot be uploaded.
I've been having problems with the native app, therefore I downloaded BLOO. I just don't like the idea of having 2 different FB apps to do everything I want to do :- would love any advice.
I've tried having wifi off and on and neither made a difference, and I've restarted the phone
View 1 Replies
View Related
May 22, 2010
I cannot view facebook video from my Desir.
View 1 Replies
View Related
Apr 14, 2010
The standard way of getting contact photos/uris from ContactsContracts.Contacts.CONTENT_URI does not work for any photo that is not of GOOGLE descent! meaning, if the contact does not have a Google contact with a photo, then I cannot pull a contact photo.This is not only my problem. I see that no one has really answered this question.I know that the Android Incoming Call Screen displays a Facebook photo just fine, so I am not sure why I would need to do something different.Is there someone out there, from Google/Android, who can tell me what I need to do?
View 4 Replies
View Related
Nov 9, 2010
Can I upload pictures from my android phone to facebook without using a usb or anything. By only using facebook on my PC when I am logged in. I have the facebook android app.
View 7 Replies
View Related
Oct 7, 2009
I have loads of photos on Flickr and Facebook and I want to set some of the photos to my contact list. When I open the facebook app, there is no way to see the photos. So I went to Albums and signed into my facebook page. I can see the photos and email them, but I cannot save them to my phone. Is the only way of doing this is going to the browser and long-clicking it to save? Is there an app which will copy them in bulk to my phone?
View 1 Replies
View Related
Aug 11, 2010
I am using a droid x with adw. I an living people 2x4 widget I downloaded, but I hate not being to use my facebook photos of my contacts. Can anyone suggest a widget, paid or free where I can make a widget, use facebook photo & dial/text?
View 1 Replies
View Related
May 26, 2010
I promise I searched. I also looked at the "Here are the similar threads we found:" suggestions.
Anyways. Just got a Moto Droid. Downloaded Handcent SMS. It's great. However the ONE thing I can't figure out, is why do SOME of my contacts have their Facebook pictures, and others don't? I have "synched" with Facebook multiple times. The contacts I have saved have the exact same names as their Facebook profiles, so it should pop up, right?
View 2 Replies
View Related
Oct 31, 2010
I know there is an app called Gmote for music and video. But is there one for pictures. And is there an app to upload/download pictures to and from the computer. Sorry if this has been asked again. I searched for a thread. I figured I wasn't the first person to want this but I don't see anything.
View 4 Replies
View Related
Dec 9, 2013
Can't upload photos to Facebook using Chrome (updated, v31.0.1650.59) on Android 4.4 - Nexus 4.
It says: Your browser is not compatible with direct photo upload (image below). WTF?
[URL] .....
Now I have the option to upload. Quick Office file browser, and still gives me an error.
View 3 Replies
View Related
Jun 11, 2010
Am i missing something? My blackberry used to do it but the only way i can do it now.Is to share from my cameta then tag when I get on my pc. There must b a way to do it.
View 21 Replies
View Related
Jan 13, 2010
Is there an application that will allow you to browse to a folder on your phone/SD care and view the photos inside? If it were on a linux PC I would be installing GThumb, on windows ACDSEE. I have tried Photo Burst. It crashes and I had to reset the phone. I have tried Picture Viewer but the latest version does not pan at all. The only way to do something like this with the stock viewer is to have all your photos in the root of the sdcard in folders or within download. Not really the neatest way of doing this.
View 2 Replies
View Related