Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2018 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7da07b9f317058f9d86441cc1a08a122 to your computer and use it in GitHub Desktop.
Save anonymous/7da07b9f317058f9d86441cc1a08a122 to your computer and use it in GitHub Desktop.
Facebook Not Working Properly On Android
********************
Facebook Not Working Properly On Android ->->->->
********************
http://shurll.com/bzert
(Copy & Paste link)
********************
3.if still not working then uninstall the app and install it again. vii)Next tap on "Clear Cache" option. if outdated then you must upgrade it from play store. private static final List PERMISSIONS = Arrays.asList("publishactions","managepages","publishstream"); private static final String PENDINGPUBLISHKEY = "pendingPublishReauthorization"; private boolean pendingPublishReauthorization = false; shareimprove this answer edited May 27 '13 at 7:16 answered May 24 '13 at 11:48 Abhishek Agarwal 1,702720 Using session how to post a message on facebook wall pls help . 4.terminate all background apps which are using data connections. 02-08-201308:32 AM #21 Rishab goyal Join Date Jun 2013 Location Yamuna Nagar Posts 1,038 Re: Facebook not working properly in android? Hello sir.. These anti viruses are available in play store. Recent updates have made the app lot faster and smoother. There could be an error in the URL you entered into your browser. ---> Once restart the device and check the facebook application now. - 'Factory Data Reset'. 31-05-201204:57 PM #6 NITIN GUPTA Join Date May 2012 Posts 553 Re: Facebook not working properly in android? Dear friend If your facebook app is not working properly then you should uninstall the app and then again reinstall it from the playstore and I am sure you will have no problems in future I hope it helpsHappy to help Thanks and visit again Reply With Quote . –Abhishek Agarwal Dec 20 '13 at 12:03 add a comment up vote 0 down vote Not exactly the answer to your question, but if you are starting to develop your app: usage of Facebook object is deprecated in 3.x API. 01-05-201208:58 AM #5 pugal Join Date Apr 2012 Posts 7 Re: Facebook not working properly in android? Dear friend, First of all check your settings. –Deepu May 27 '13 at 6:20 Check out the edited answer. this problem persist due to many reasons. firstly uninstall the application. hope your problem is solved . second think if your internet connection is going slow it makes difficult to open your facebook account. 31-05-201210:52 PM #9 dogakakyahoga Join Date Apr 2012 Posts 603 Re: Facebook not working properly in android? Hello Friend, The reason of facebook not working with your Phone could be :- 1)Slow Internet connection 2)Faulty configuration of facebook. Try reverting to default settings Thanks Reply With Quote . After the process is complete, your device would return to its out-of-the-box state or to its factory settings. -->Due to the internet problem. So if you are using it try to uninstall waste apps and then install the facebook with latest updates Reply With Quote . more stack exchange communities company blog Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Log In Sign Up . Home Favorites Menu Android Forums Home Android Forums - Error The requested page could not be found. 30-04-201208:55 PM #3 INDRAJIT BARAT Join Date Apr 2012 Location BANKURA Posts 238 Re: Facebook not working properly in android? Dear Friend, When you open your facebook account from your android phone, large number of data came to your phone. Not the answer you're looking for? Browse other questions tagged android facebook facebook-android-sdk or ask your own question. Find us on Facebook Follow us on Twitter Check us on Google+ Subscribe to our rss feed Login Register DailyHoroscope OurApps Top10 OurPaper PaperArchive Weather 7 London HOME News Showbiz & TV Sport Comment Finance Travel Entertainment Life & Style HomePage Missing Mystery! . ---> Update the android device os once. after displaying a toast app gets closed. 03-12-201201:59 PM #3 Gaurav dutt Join Date Nov 2012 Location 1/10051,west gorakh park,Shahdara,Delhi 110032 Posts 126 Re: Facebook App not working Properly Friend There are three major causes of this problem 1.your data connection consuming too much traffic and down srever from the app 2Maybe your email id and password get encrypted with app 3.the important data or preferences of app is mistakenly deleted. (net connected or not) If you have any short cut for facebook, avoid this and type directly Goto facebook.com or m.facebook.com Reply With Quote . After Loging in to post to wall you have to call this method. private void publishStory(String user) { try { Session session = Session.getActiveSession(); if (session != null){ // Check for publish permissions List permissions = session.getPermissions(); if (!isSubsetOf(PERMISSIONS, permissions)) { pendingPublishReauthorization = true; Session.NewPermissionsRequest newPermissionsRequest = new Session .NewPermissionsRequest(this, PERMISSIONS); session.requestNewPublishPermissions(newPermissionsRequest); return; } Bundle postParams = new Bundle(); postParams.putString("message", messageToPost); Request.Callback callback= new Request.Callback() { public void onCompleted(Response response) { JSONObject graphResponse = response .getGraphObject() .getInnerJSONObject(); String postId = null; try { postId = graphResponse.getString("id"); } catch (Exception e) { Log.i("Test", "JSON error "+ e.getMessage()); } FacebookRequestError error = response.getError(); if (error != null) { Toast.makeText(ShareOnFacebook.this .getApplicationContext(), error.getErrorMessage(), Toast.LENGTHSHORT).show(); } else { progress.setVisibility(View.INVISIBLE); toastmessage="Posted Successfully"; Toast.makeText(ShareOnFacebook.this .getApplicationContext(), toastmessage, Toast.LENGTHSHORT).show(); } } }; Request request = new Request(session, user+"/feed", postParams, HttpMethod.POST, callback); RequestAsyncTask task = new RequestAsyncTask(request); task.execute(); } } catch (Exception e) { // TODO Auto-generated catch block Toast.makeText(ShareOnFacebook.this .getApplicationContext(), "Facebook Error", Toast.LENGTHSHORT).show(); } } private boolean isSubsetOf(Collection subset, Collection superset) { for (String string : subset) { if (!superset.contains(string)) { return false; } } return true; } and declare the variables as. kill all unwanted apps who using internet data. so you should first check the internet connection first 5a02188284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment