Android :: Facebook News Feed Wont Load
May 11, 2010
my 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
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
Sep 17, 2010
My facebook news feed hasn't been working all day on my xperia x10. Is anyone else having the same problem?
View 1 Replies
View Related
Nov 21, 2010
Recently 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 Related
Feb 5, 2010
For 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 Related
Jan 12, 2010
When 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.
View 1 Replies
View Related
Aug 24, 2010
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 Related
Mar 29, 2010
Can 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 Related
Oct 11, 2010
So 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 Related
Feb 6, 2010
How 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 Related
Aug 11, 2010
HTC 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 Related
Jun 7, 2010
Trying 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 Related
Aug 20, 2010
Anytime 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?
View 10 Replies
View Related
Jul 17, 2010
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 Related
Aug 5, 2010
I'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....
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
Aug 18, 2010
When 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 Related
Feb 5, 2014
What 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.
View 1 Replies
View Related
May 9, 2010
Who 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 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
Sep 14, 2010
i 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 Related
Sep 29, 2010
how to force the full facebook site to load on your android browser, it keeps on reverting back to touch.facebook.com which is bloody annoying when clicking from a link
View 2 Replies
View Related
Sep 1, 2010
When 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 Related
May 6, 2010
Anyone else having a problem where it won't load your profile? Yesterday the Newsfeed and the Profile wouldn't work...Newsfeed is back but Profile?
View 3 Replies
View Related
Sep 21, 2010
Just as the title states, the Facebook app will not load comments. An example is when I click on a picture that has comments then click on the comments button i just get a loading loop.
View 5 Replies
View Related
Aug 10, 2010
Is there no Facebook Sync in Jagar? Do I have to load sense to get that to work?
View 2 Replies
View Related
Jan 30, 2010
My Facebook bookmark on my default browser doesnt load correctly. It loads what was on my page hours ago. Then I hit home and it loads what was on it a minute after that, and again. I have to hit home (Facebook home) about 10 times before it gets up to date. Its pretty annoying.
View 3 Replies
View Related
Nov 21, 2010
For some reason today my phone wont load web pages or facebook app while im on my home wifi. I have never had any wifi problems before this. Actually the only problem I have had is sending and receiving picture messages. Anyone know what may cause this? The phone says its connected and full strength signal also.
View 1 Replies
View Related
Sep 21, 2010
Has 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 Related
Oct 22, 2010
I have been assigned the task to use an android tablet to run a single app in an enterprise setting. Ideally, when one switches on the tablet this app should be loaded perhaps during startup and the user need not step out of this app. The app logic itself is rather easy but I am wondering if it is at all possible to load a single app during load and not allowing the user to step out of it.
View 2 Replies
View Related