HTC Incredible :: Delete Facebook Posts On Wall?

Jul 15, 2010

Using my inc theres no delete button

HTC Incredible :: Delete facebook posts on wall?


Motorola Droid X :: How To Delete 100's Of Posts That Are Accumulating?

Sep 16, 2010

I am using the social network app on my Droid X for FB purposes. Can someone tell me how to delete the 100's of posts that are accumulating?

View 1 Replies View Related

Sprint HTC Hero :: Facebook Android App Missing Posts

Nov 11, 2009

I noticed that my Facebook app is missing posts that I see on my PC through facebook.com.Anyone else notice some of their friend's posts not displaying in the Facebook app?

View 19 Replies View Related

HTC EVO 4G :: Forums To Change Via Facebook For Droid Message In FB Posts / Customize It?

Aug 19, 2010

I've been searching the forums for a way to change the "via facebook for android" or the "via HTC sense message on the bottom of facebook posts.
I figure it is done by the app somewhere.
Or is it done by facebook?
Has anyone seen anything on how to customize it?

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Facebook Never Shows Older Posts?

Aug 23, 2010

Why is it that facebook never shows older posts? When pressing for them it seems to just refresh the page and load new ones, my girlfriend had the same problem on her desire has anyone else encountered this and knows how to fix it?

View 3 Replies View Related

Samsung Captivate :: Unable To Show Posts On Facebook / Solve This To See?

Aug 25, 2010

I am having major issues with the Facebook app on my Captivate. Most of the time, I does not show the posts or if it shows the posts, only a few of them. Clicking on older posts does not bring up any more posts. Are other people having similar issues?

View 1 Replies View Related

Motorola Droid :: Facebook - News Feed Wouldnt Load Any Of The Older Posts

Dec 24, 2009

This is the first problem that I have had with my droid. Actually I dont even consider it a problem just curious if anyone else has run into this. This morning my news feed wouldnt load any of the older posts. Then I uploaded a picture this morning 12/24 and it showed the date I uploaded it was on tuesday the 22nd at 4:28 PM.

View 1 Replies View Related

HTC Incredible :: Delete A Single Facebook Contact

May 14, 2010

I set up HTC sync and Facebook and all that jazz. However, there are a few people in my Facebook Contacts list that I don't really want to have in my contacts list.

I don't dislike them to the point where I'd want to un-friend them on facebook, but I don't really want their number to be in my phone.

Does anybody know any way to delete a single facebook contact from your phone? Click and hold doesn't work, going to their "people" tab doesn't work, I can't figure it out...

View 4 Replies View Related

Android :: How To Post On Facebook Wall Using Facebook Android SDK - Without Opening Dialog Box

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

General :: Any Way To Post Pic To Wall Without Facebook App?

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

HTC Incredible :: Way To Delete - Uninstall Preloaded Software Like Facebook

May 26, 2010

any way to delete and uninstall preloaded software like Facebook, friendstream, and peep.

View 7 Replies View Related

Android :: Delete Facebook From Incredible / Can't Erase Icon

May 4, 2010

Does anyone know how to delete Facebook from the Incredible? I tried through applications and it would not let me delete. I went to Astro files and it allowed me the option to delete but read that the deletion was not successful. Can't even delete the icon.

View 3 Replies View Related

HTC Incredible :: Put So Many Contacts In Gmail And Facebook Accounts / Delete All Of These?

Apr 30, 2010

I put in my gmail and facebook accounts during the initial setup of the phone. Now I have a crapton of Contacts.. many are just people I have emailed once in my life or some random friend of a friend from facebook. I really don't went them cluttering up my contacts list when I go to make a phone call.

I tried to unsync Contacts in both of these apps, but the contacts didn't go away. Is there some way to delete all of these?

View 21 Replies View Related

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 View Related

HTC Desire :: Facebook Wall Posting On Friendstream

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

Android :: Facebook Error When Posting On Wall

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

Android :: Want To Post A Message On Facebook Wall

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

Android :: Posting Message On Friend Wall In Facebook

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

Motorola Droid :: Options To See Facebook Contacts Wall?

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

Android :: Post Message On A Wall Of Facebook In Droid?

Aug 26, 2010

How to post message to Facebook using HTTP in Android? Maybe there are more simple ways?

View 1 Replies View Related

Android :: Facebook Wall : Uploaded Photos Don't Show Up / Way To Fix

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

Android :: Display Successfully Message When Posted Comment In Facebook's Wall?

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

Android :: Facebook Sdk Droid Wall Post Line Break / Get To Work?

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

HTC Incredible :: Delete "Facebook Friends" From Current Phonebook?

Jun 15, 2010

It's pretty annoying when I click phone at the bottom and see a bunch of friends from facebook that I dont talk to on the phone but on facebook in my phone book. I tried figuring out how to erase all facebook contacts from my phonebook but I couldn't.

What I did notice what I did what I liked that it did link a lot of people from my facebook to current contacts with images. But I'll have to do this manually.

Is there anyway to delete "Facebook Friends" from current phonebook? The only way I know how NOT to see facebook friends in your phone book is if you just go to people and don't click on Phone at the home screen which I always do...

View 9 Replies View Related

Android :: Post Message To Facebook Wall From Android Fb Sdk Always Error

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

HTC Incredible :: Wall Charger Not Charging

Jun 23, 2010

So I normally use the HTC wall charger but left it at home and grabbed a Plantronics wall charger that came w/ my bluetooth. It's micro usb and everything, 5.0v output, etc. I plug it in, and the battery goes from red to green w/ a lightning bolt, but the green is moving to simulate charging. and a pop-up keeps telling me i'm at 12%. So, will other chargers not work on this thing?

View 1 Replies View Related

HTC Incredible :: Stock Wall Charger

Jun 6, 2010

Does anyone else have issues with the phone not recognizing the wall charger that comes with the phone? Every now and then mine will stop charging and say my charger isn't compatible. I've tried different outlets thinking that might be it, but it's not making a difference. It works most of the time, but will stop charging in the middle of the night which leaves me with little battery in the morning.

View 1 Replies View Related

Android :: Apple Wall Charger For Incredible

Apr 23, 2010

At work everyone has an ipod/iphone so we commonly share the same Apple wall charger (I have an ipod.. it was a gift and is soon to be sold). Obviously Apple uses there proprietary charger as far as plugging into the device itself but the wall charger itself just uses a standard USB. My question is, can I connect the Incredible's USB cable to the Apple wall charger and successfully charge the phone without any repercussions? I'd like to avoid having to take my charger to work everyday (not allowed to connect devices to our highly monitored computers).

View 2 Replies View Related

HTC Incredible :: Noise Coming From Wall Charger

May 2, 2010

Is anyone else's wall charger making a high pitched whistling noise when you have it plugged in? If I put the wall charger itself in the outlet without the usb cable inserted, it sounds fine. As soon as I plug the USB cable into it, it starts making the noise.

View 41 Replies View Related

HTC Incredible :: Taking Picture For Wall Paper

May 1, 2010

Why is it When I take a picture with the phone camera it wont put the picture up as wall paper in its original size format. It blows it up really big or wants me to re size it what am I doing wrong. All I want is the picture to look like I took it on the home screen.

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved