Android :: Facebook News Feed Not Working
Sep 17, 2010My facebook news feed hasn't been working all day on my xperia x10. Is anyone else having the same problem?
View 1 RepliesMy facebook news feed hasn't been working all day on my xperia x10. Is anyone else having the same problem?
View 1 RepliesFor some reason, my Facebook App doesn't show the News Feed anymore. It worked this morning, but not anymore. When I click the News Feed button, it just says "Loading User Info" and then it shows my info.Anyone know how to fix this?
View 29 Replies View Relatedmy facebook app wont load the news feed it keeps saying error occured while fetching data i have restarted the phone several times and cant uninstall the app its not listed in the app list I can still view my friends and post but I cant see the news feed.
View 1 Replies View RelatedRecently did some kind of update on my Hero. Now, when I click on my Facebook icon, and then the News Feed, all I get is "no content". How do I get my content to show on my Hero screen like it used to?
View 7 Replies View RelatedWhen I purchased my droid a month ago, all the pics on facebook for the live/news feed were showing up perfectly. About 2 weeks ago, none of the pictures display. They only have a "x" next to the update. At the bottom of my profile page, there is an option that shows: Photos: Off - On - Max. The setting is set to On.
I am able to access my photos, friends etc., but when I click on News Feed, I get "No Content. An error has occurred while fetching data. MalformedJSON". Deleted/re-installed and made no difference.
View 2 Replies View RelatedThis 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 RelatedCan anyone suggest the best free RSS news feed app? I'm having issues when trying to buy apps so am looking for a really good free RSS feed. I have tried Blue RSS (which I didn't like) and Newsroom which was great although the free trial has now run out. I tried Google Reader but I seem unable to add my own feeds, which is something I want to do.
View 15 Replies View RelatedSo there are a ton of RSS readers and news widgets out there, and I have been trying them all, and have yet to find what I am looking for. What I need is a news app, that can create a large widget to give news feeds. But not just one feed. One that pulls from multiple sources of my choice, something likely looking like twitter feeds, but I hate cluttering my social network with 6 different news sources, all spewing 6 headlines an hour.Now I thought RSS Widgetboard would be what I wanted. You can select from a multitude of feeds. But, only one can show up on the widget. Which means I can have one large widget with a feed from one specific source, or a bunch of small widgets, all with different sources, each only giving one headline (and usually only half of the headline at that.)So, all of that being said, does anyone know of an app that is capable of this, or does it just go on the list of unattainable apps to ask Santa for?
View 1 Replies View RelatedHow can I get Tech Buzz news feed to show a small window on my home screen that goes through the news story's that it picks out? (Like the stock Nexus One news window) Like this up at the top Screenshot of Mobile Buzz Widget.
View 4 Replies View RelatedHTC Sense have 7 big "home screens", which you can navigate fast. I like it a lot! But I would like to create my own "screen" which should be looking like "News" from Engadget one, but from different source. Is it possible? How?
View 2 Replies View RelatedTrying to add aljazeera English news feed to my htc desire but can't get it to work does anyone one have it working on theres? (not sure what im doing wrong).
View 1 Replies View RelatedAnytime I go to "news feed" an error comes up that says "an error occurred while fetching data [null]
Anybody know what is going on, or having this same issue?
I prefer using Launcher Pro but I lose the HTC News feed widget. Anyone have a good replacement for the News Feed widget or a good ESPN widget?
View 1 Replies View RelatedI'm sure this isn't news to any of you veterans, but this is my first android device so please bare with me. I'm using the facebook app and have noticed that neither the app itself or the widget show the actual facebook live feed or provide a way to access it....
Of course my next thought was "well what if I just use the facebook page in a browser window". Turns out that's not as simple as I thought! Apparently facebook not only has a mobile page, it also has a "touch" page that it likes to route you to. Neither the mobile or the touch facebook pages have a way to access the live feed either....
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 RelatedWhen I go to www.touch.facebook.com, the default view is the news feed. When you click on the news button, it changes to live feed. However, after I comment on someone's status or picture, etc, and then I click the back arrow to go back to the live feed, it defaults back to news feed. Also, if I am on live feed and click on the home button, it again defaults to news feed. Is there a way to permanently keep live feed on all the time?
View 1 Replies View RelatedWhat is "home" or "cover feed?"
I was trying to remove all the damn Facebook birthday's from my Google Calendar on my Galaxy S3. When I finally managed to do that, I now have a new app called "cover feed" and something called "Home" displaying stuff from Facebook on my lock screen!!!!
How do I get rid of this? I didn't download it, or okay it, or turn it on via my settings and now it's just making unnecessary steps every time I want to unlock my phone.
My haptic feedback isn't working right on my phone When typing I get the feedback and sometimes I don't. If I type slowly I hardly ever get any type of feedback. Also when it is working the haptic feedback is very weak. Anyone else having this issue.
View 10 Replies View RelatedIt was working fine yesterday but today for some reason I am getting a "an error occurred while fetching data... 102/session key invalid or no longer valid" anyone else having issues.
View 2 Replies View RelatedWho else is getting the error " [Malformed JSON] when trying to open the news feed in the Facebook app? Mine has been working on and off the past couple days, yet my girlfriends droid has been fine. I dont think its an isolated incident, because if you look at the comments other people are getting this error. I have tried logging out and back in, unstalling and reinstalling, rebooting phone, etc.
View 8 Replies View RelatedI 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 RelatedHas anyone had any trouble getting the news and weather widget to work today? Usually I check it when I wake up in the morning, but it just displays 'network error'. I've tried WiFi/3G, uninstalled/reinstalled the apk, and restarted the phone with no luck.
View 14 Replies View Relatedi am trying to play around with the email and autosync features. if i were to turn off auto-sync, would the mail (not google mail) application still sync at the frequency that i set since the mail application is not under the sync list where the weather, news, facebook sync settings are?
View 3 Replies View Relatedive the news feed widget on my homescreen and it just shows the headlines til the other day i just had to press the headline i was interested in and it took me to another page showin headline and saying press for full story. if pressed took you to the bbc site onto that story. now if you press it just does nothing. it flashes green so it knows its been touched but doesnt do anything. ive not changed any settings or anything
View 7 Replies View RelatedWhen i first fired up the wildfire it had the news widget on the homescreen ready to go on BBC news. I liked the fact it automatically refreshed the news every so often. Now it has stopped working via the widget. I have tried removing and reinstalling the news widget but the widget just hangs on the message 'loading news'. I can still refresh the news headlines by going into the app but it seems an unnecessary hassle when it used to do this automatically. Why and how to fix this? The phone settings all lok okay.
View 2 Replies View RelatedHas anybody figured out how to "delete all" news articles in the sense 2.2 news widget? The articles just keep piling up and the only way I can find to delete them is one at a time, which is very time consuming.
View 1 Replies View RelatedAs the title says, I'm looking for an app for Facebook Chat. I've tried Meebo, but I don't need anything other than Facebook chat, and Meebo doesn't work right now anyways.
View 27 Replies View RelatedI am using the following code to launch chooser for sharing Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, message); sendIntent.putExtra(Intent.EXTRA_SUBJECT, "MyApp"); sendIntent.setType("text/plain"); try {activity.startActivity(Intent.createChooser(sendIntent, null)); } catch (ActivityNotFoundException e).
View 2 Replies View RelatedI have Facebook for Android set to update notifications every hour and have set it to vibrate and play a sound...but I have yet to get even 1 notification. I have to go in to and manually update myself. Anyone else got this problem?
View 6 Replies View Related