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
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
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
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
Aug 5, 2010
I am working on an Android app where we enter some text in edit box and all I want to do is simply send the text which typed (i.e. edittext.gettext()) to Facebook as my status. The important thing is I don't want a Facebook dialog box to pop up, instead ,just send the message as status without a dialog box. Is there any way I could post without a dialog box?
View 2 Replies
View Related
Apr 19, 2010
I am currently using C:Geo on my phone for my Geocaching needs and am happy with its performance. I am also a user of Foursquare with Facebook and like to update where I am because I like to try new places. Along these lines I was thinking it would also be nice to share caches I have found with my friends, plus raise their awareness of Geocaching at the same time, by being able to have a found Geocache posted to facebook at the time it is marked found in the program. Has anyone heard of an Android app that would do this? If not have you heard of anyone developing one? If so I would definitely support such an app.
View 4 Replies
View Related
Dec 9, 2012
I have been searching a lot to find a way to do this. But nothing seems to be working for me.
This is my image button for facebook status post:
This is my mainactivity.java file's corresponding part:
[HIGH]public class MainActivity extends FacebookActivity {
private static final String APP_ID = "XXXXXXXXXXXXXXX";
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
[code]....
View 3 Replies
View Related
Aug 22, 2010
Is there a way you can tag someone when you post a pic on facebook on the Evo? I am not able to figure it out. Does anyone know how to go about that?
View 1 Replies
View Related
May 30, 2010
My husband and I just got our Droids and have been happily posting and relying away to our friend's Facebook walls and messages. When we reply, the reply shows on our Droid immediately. We've found out though that our friends aren't receiving our replies. Upon further checking, even though a reply to a wall post shows on our Droid, when we log into Facebook on a computer, the reply isn't there, and no one else sees it either. The same thing is happening when we reply to private messages on Facebook.
View 6 Replies
View Related
Jun 6, 2010
For the sake of simplicity, the pages on facebook that you "Like", I will refer to them as 'fan pages' (old name). I am admin of a fan page (which doesn't matter since everyone can post photos/videos). How can I upload photos from my phone to this page? The phone's 'Touch' page and 'Mobile' page will only allow me to upload to my profile, but that's not what I want. When I go to the fan page using the 'Touch' or 'Mobile' page, it never gives me option to upload photos, only to view them. I tried using the normal 'Full' facebook page on my phone but it just says "Upload Disabled" because I'm not on a PC. Can someone explain how I can upload a photo to a fan page? This was one of the bigger reasons I got this phone.
View 4 Replies
View Related
May 16, 2012
I just noticed that facebook was putting stuff on my calendar without me doing it and I can't seem to get them off. They only show up on my phones calendar, not when I open it in google. And the same items aren't even listed in my events on facebook.
View 2 Replies
View Related
Apr 21, 2010
When I login in and try get extended premissins displays "You must be logged in to Facebook to use this feature".
How can I get extended permissions for posting messages in facebook?
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
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
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
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
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
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 am trying to enable users who have linked their Facebook account to be able to post to their wall with one button press as detailed in their docs. Specifically, I do not want to use the .dialog methods provided in the Facebook for Android library, as I want the Publish process to be as seamless as possible.The specific call looks like this in an HTTP client simulator: HTTP POST https://graph.facebook.com/me/feed Content-type: application/x- www-form-urlencoded access_token=&link=http://mylink.com/id/1326&name=What do you think?&description=Description of the link This call runs successfully in HTTP Client on OS X. I originally tried using the Facebook for Android library's .dialog function with "stream.publish" action, but this causes the unwanted dialog to appear. Next, I tried using Facebook for Android's .request function with "POST" parameter, but this function assumes that the body is a byte array and fails in multiple places in the library. Now, I am trying to use the Apache HTTP stack included with Android.Specifically, my code looks like this: String url = "https://graph.facebook .com /me/feed"; ArrayList<NameValuePair> pairs = new ArrayList<NameValuePair>(4); pairs.add(new BasicNameValuePair("access_token", App.facebook.getAccessToken()));pairs.add(new BasicNameValuePair("link", "http://mylink.com/id/"+id)); pairs.add(new BasicName ValuePair("name", question)); pairs.add(new BasicNameValuePair("description", description));The problem is that the response from Facebook is consistently the following: {"error":{"type":"OAuthException","message":"Invalid OAuth access token."}}I know the OAuth access token is not invalid. When I paste the same OAuth access token into HTTP Client, it works like a champ. It seems that creating the HttpPost object's parameters is garbling the complex OAuth access token in some way. Does anyone have suggestions on how to proceed?
View 1 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
Nov 5, 2010
I updated to the new Facebook but since I did I get this error:
"Error: 604 Your statement is not indexable. The WHERE clause must contain an indexable column."
Anyone know a fix? I emailed the developer but of course, no response. Google was no help either...
View 4 Replies
View Related
Apr 7, 2010
I am using the android code to connect facebook but getting "Facebook Server Error + 104 - Incorrect signature" exception at the place of onLoginSuccess function. code is given bellow ....
public class FacebookConnection extends Activity implements LoginListener {
CODE:..............
View 2 Replies
View Related
Nov 19, 2010
I have integrated face book with android application. it was worked fine before last week. from couple of day some times it working fine some time giving error on post to wall page like an error occured with holyplanets connect. please try again later.
View 3 Replies
View Related
Oct 29, 2010
Installed phonebook 2 but can,t get it to sync with facebook(server error) i have used it before but have done a factory reset and now it will not sync. twitter sync works ok.
View 1 Replies
View Related
Feb 2, 2010
I want to form an xml and post it. Can anybody tell me how to form an xml in android.
View 2 Replies
View Related
Jun 9, 2010
I want to post my free version of the APK on my website so people can test it out without going through android market.I am using a third party web host site (windows based server).I tried <a href="freeapp.apk">, it doesn't work.I did some search and all I found was using Apache server to do that. Is there a way to host this apk on a windows server? What the html should look like? Where can I find more information about it?
View 3 Replies
View Related