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
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
Aug 26, 2010
How to post message to Facebook using HTTP in Android? Maybe there are more simple ways?
View 1 Replies
View Related
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
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
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
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 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
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
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
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
May 7, 2010
I'm having some problems with an error message I'm getting from the Facebook application that came with the phone. The message im getting is "an error has occurred while fetching data [malformedJSon]". This is when I go to new feeds. Anyone else having this issue or know how to resolve it?
View 2 Replies
View Related
Jun 8, 2010
I've been trying to add my Facebook account since I got the Evo on launch day and I continue to get the same error message. I haven't seen any threads mentioning this so I'm assuming it's just me, but I'm hoping others have experienced this and may know a fix. I go to Menu>Settings>Accounts & Sync>Add acount>Facebook for HTC Sense, I enter in my e-mail and password and receive the following message: "The service is currently unavailable. Do you want to try again?" I select Yes but it just keeps popping up and has done so for the last four days. Does anyone know a fix for this? I've tried uninstalling the app and reinstalling. I called Sprint and they suggested I reset the phone which is not something I want to do.
View 15 Replies
View Related
Oct 12, 2010
OK, I've been on the leaked version 2.3.9 pretty much since it was available and didn't upgrade to the OTA. Recently, I decided to deactivate my Facebook account since I don't really use it anymore. I have always had it listed in my accounts with Google and Twitter, and now I want it removed. Every time I try to remove it from my accounts on my phone, I get an error message. Any ideas why it's getting an error and what I can do to fix it?
View 3 Replies
View Related
Mar 18, 2010
When I open facebook app and click on "news feed" I am getting a message "an error has occured while fetching data"
View 14 Replies
View Related
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
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
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
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
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
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
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
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
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
Oct 2, 2010
I am working on an SMS Sending application and for login purpose i want to send the username and password using POST method from my Android Application to the web server.When i click on login button the application is not resopnding and the console prints the following message in response of the Post request.
View 1 Replies
View Related
Jun 24, 2010
Can the EVO post videos to Facebook using the qik app?
View 1 Replies
View Related
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
Apr 24, 2010
Why is this phone so slow that you cant even post a message to this forum from it? I tried posting a message to this forum and the keyboard is so slow you can only type like 1 letter per second. Have the same issue with other forums as well. This phone is garbage.
View 48 Replies
View Related