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.

General :: Any way to post pic to wall without Facebook app?


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 :: 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 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

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

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

Android :: Send A Mail And Post On FB Wall?

Aug 6, 2010

I want to do following things from within my app

1. Send a mail (gmail to be precise).

2. Post some text on Face Book Wall.

I have no idea abt how to do the above things.

Any kind of help will do like personal experience, imp links,name of the thing with which this is possible

View 2 Replies View Related

Android :: How To Post Message To Wall (droid + FBConnect)

Aug 31, 2010

I need to post message to a wall using FBConnect library for Android. How to do this?

View 1 Replies View Related

General :: Pandora Post On Facebook?

Mar 13, 2012

I've always wanted to post pandora tracks on facebook how can I do that on my DROID x I kno how to do it on a desktop jst never could figure out how to do it on my mobile phone. I wnna be able to post songs when I listen to them at wrk on my fone.

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

HTC Incredible :: Delete Facebook Posts On Wall?

Jul 15, 2010

Using my inc theres no delete button

View 1 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 :: 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 :: How To Post Something On Facebook Profile?

Sep 2, 2009

I'm developing an application related to daily horoscopes. I have to add a functionality that allows user to post his/her horoscope on his/ her facebook profile. as far as i know we have to get some permissions from the user to post things to their profiles. but i don't know how to do that from android.

View 4 Replies View Related

HTC EVO 4G :: Phone Can Post Videos To Facebook Using Qik App?

Jun 24, 2010

Can the EVO post videos to Facebook using the qik app?

View 1 Replies View Related

Android :: Foursquare Won't Post To Twitter / Facebook

Oct 3, 2010

I have foursquare installed and have connected it to update to twitter and facebook. but...my checkins don't post to either! i have connected and disconnected and logged out and back in on my HTC Hero and my computer. any suggestions?

View 10 Replies View Related

Android :: Need App For Simul-Post To Twitter / Facebook

Jan 31, 2010

I love TweetDeck on my desktop because I can post the same update to twitter and facebook at the same time. Are there any apps for android that will let me do this? I currently use Twidroid for twitter and Bloo for facebook.

View 2 Replies View Related

KitKat 4.4 :: Can't Post Picture Comments On Facebook

Jan 28, 2014

i updated my moto maxx to kitkat and since the update i cant post picture comments on facebook no matter what web browser i use! nothing happens! like if a friend posts and i go to post a comment thats a picture when i push the camera button nothing happens. it works on my wife's htc one.

View 4 Replies View Related

Android :: Can't Post Status Updates On Facebook / Twitter

Mar 24, 2010

Is anyone else having issues posting status updates on their Facebook or Twitter using the stock apps?

View 2 Replies View Related

Android :: Post Text To Facebook Profile From Application?

Sep 27, 2010

i am struggling with facebook posts from android application. I am developing a application in android from which i want to post some text to my facebook profile.

View 7 Replies View Related

Motorola Droid :: Tag A Friend In Facebook Post On Phone?

Mar 12, 2010

I hardly ever use facebook, and almost never from my computer. However, I do know you can tag a friend in a post using "@" in front of their name. I did this from the Droid and it just started the post with the text @My Friend content content content... It didn't actually tag him.

Anyone know if this just doesn't work from the Droid or what?

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Post A Picture From Phone To Facebook?

Oct 12, 2010

I tried searching this forum for this answer but could not find one. Please excuse me if this has been asked and answered before. Please provide link to answer if it has.

I am wondering if there is a way to post a picture I took with my X10 to my facebook account. Someone had told me, all I needed to do was long touch it and a set of options would appear to let me do that. But I am not getting the list of options. Am I doing something wrong? I am browsing my pictures via mediascape.

View 3 Replies View Related

Android :: How To Make Double Quote To Accept By Facebook Feed Post

Oct 4, 2010

friend's need help on posting the feed in facebook when string contains double quote,at the time facebook haven't accepting. for example if the content is something like this, Help on posting "feed" in facebook for android. suppose i need to post above at the time the feed title is getting null because of double quotes,how can i replace it with the same i have to post.

View 1 Replies View Related

Motorola Droid :: Youtube Video Automatically Post To Facebook And Twitter

Mar 29, 2010

I have youtube connected to facebook and twitter via a google account. if a video is uploaded using the Android youtube application, shouldn't it automatically post to facebook and twitter, too? (or is that just for youtube in a browser?

View 1 Replies View Related

Sony Ericsson Xperia X10 :: How To Post A Standing Photo On Facebook From Phone

Aug 4, 2010

How do you post a standing photo on facebook from x10mini? my photos keeps being posted laying down which is a bit annoying.

View 1 Replies View Related

HTC Hero :: Replying To Facebook Post Via Email A Contact Is Added / Way To Stop It

Mar 26, 2010

my contacts list is growing quickly, thanks to facebook.

the problem is that i get emailed when someone replies to a post i make. if i reply to that email, sent by facebook, it updates the facebook post (which i like) but it also adds the facebook email message to my contacts. since each facebook email is different my contacts list is growing quickly.

is there a way to stop the facebook replies being added to my contacts, while still keeping other replies being added to my contacts?

View 1 Replies View Related







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