Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook to remove messages tab from m.facebok.com #155

Closed
juk47ht opened this issue Apr 17, 2016 · 14 comments
Closed

Facebook to remove messages tab from m.facebok.com #155

juk47ht opened this issue Apr 17, 2016 · 14 comments
Labels

Comments

@juk47ht
Copy link

juk47ht commented Apr 17, 2016

Just saw this on reddit: https://www.reddit.com/r/Android/comments/4f5pcg/psa_facebook_is_planning_on_removing/

A few users reported that when they click on messages tab on m.facebook.com they were greeted with a message suggesting to download the official messenger app from play store. As of yet I haven't faced with a problem on my FaceSlim app.

Just wanted to give you heads up.

@indywidualny
Copy link
Owner

I'm using Reddit too and noticed this unfortunate announcement. Well, for
now I prevented the crash. If they are really planning to disable this
feature we are screwed. Let's wait and we will see. I'm not sure there will
be any way to use messages without Messenger but if there is I will make it
happen somehow. Personally I hate Facebook so I'm not gonna surrender and
let them force people to use their battery draining apps :D

niedz., 17.04.2016, 23:04 użytkownik juk47ht notifications@github.com
napisał:

Just saw this on reddit:
https://www.reddit.com/r/Android/comments/4f5pcg/psa_facebook_is_planning_on_removing/

A few users reported that when they click on messages tab on
m.facebook.com they were greeted with a message suggesting to download
the official messenger app from play store. As of yet I haven't faced with
a problem on my FaceSlim app.

Just wanted to give you heads up.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#155

@Imxset21
Copy link

Imxset21 commented Apr 18, 2016

From that thread, https://www.reddit.com/r/Android/comments/4f5pcg/psa_facebook_is_planning_on_removing/d26fm72 the Swipe for Facebook developer has gotten around this by loading messenger.com directly into the app. Perhaps this could be the way forward?

@indywidualny
Copy link
Owner

indywidualny commented Apr 26, 2016

Swipe for Facebook dev is a really nice guy :) Ok, it's working for now so maybe they decided to postpone it.

@brownianmotion
Copy link

brownianmotion commented Apr 29, 2016

Not postponed - some users are already seeing this (at least me). Note the lack of a close button or (x) in this screenshot:
Screenshot of Messenger page in FaceSlim

So far, I can work around this by creating a shortcut in my browser to https://www.facebook.com/messages/ (not m.facebook) and then selecting "open in FaceSlim App" from the browser. This pulls up the desktop FB messages site, which still seems to work for me so far...

@hyp0r
Copy link

hyp0r commented Apr 30, 2016

Since yesterday no close button anymore and it's not possible to navigate to the messages from anywhere within the app. Galaxy S7.

I appreciate your work, please keep it going, thank you! :)

picsart_04-30-10 13 58

@indywidualny
Copy link
Owner

Ok, so a workaround is needed. I can change a drawer shortcut for messages. I know that messages work with the full website. I also heard about messenger.com allowing to use chat at mobile device. I can at least point drawer item to one of those sites (which one?) to make it work but it's not the same...

@hyp0r
Copy link

hyp0r commented Apr 30, 2016

Well, m.facebook.com and mbasic.facebook.com seem to work with the Firefox app - just not with Face Slim. Is it possible to adjust the user agent (http://chrispederick.com/work/user-agent-switcher/) maybe? If not, Id prefer the usability option (messenger.com).

On 30.04.2016 13:43, Krzysztof Grabowski wrote:

Ok, so a workaround is needed. I can change a drawer shortcut for messages. I know that messages work with the full website. I also heard about messenger.com allowing to use chat at mobile device. I can at least point drawer item to one of those sites (which one?) to make it work but it's not the same...


You are receiving this because you commented.
Reply to this email directly or view it on GitHubhttps://github.com//issues/155#issuecomment-215958582

indywidualny added a commit that referenced this issue Apr 30, 2016
indywidualny added a commit that referenced this issue Apr 30, 2016
@indywidualny
Copy link
Owner

It's actually ready. I will publish it today. If someone is going to build it and check is everything ok it would be awesome.

@hyp0r
Copy link

hyp0r commented May 1, 2016

The messenger.com integration works flawlessly for me (Galaxy S7) now,
after an additional login. Thank you very much!

@ghost
Copy link

ghost commented Jul 20, 2016

It's not resolved for me and a friend of mine.
With the last version and the default user agent (blank setting)

@indywidualny
Copy link
Owner

Blank setting just disables the workaround. It's device's default. You need
the value from here:
https://github.com/indywidualny/FaceSlim/releases/tag/v2.8.0

śr., 20.07.2016, 20:51 użytkownik Dostoi notifications@github.com napisał:

It's not resolved for me and a friend of mine.
With the last version and the default user agent (blank setting)


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#155 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AI69sGkGsw1MjLt5mfgUhHMmoRTSAeZEks5qXm5IgaJpZM4IJQwC
.

@ghost
Copy link

ghost commented Jul 20, 2016

Thanks, it works fine now ! :)

@rignaneseleo
Copy link

@indywidualny in my app (SlimSocial for Facebook) if I use
Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.1.0.4633 Mobile Safari/537.10+
when I click on an external link, the method onPageStarted is called many times with urls from domains like l.facebook.com and lm.facebook.com and after some seconds, it goes to a white page.
Did you have the same issue on FaceSlim?
If I remove the custom user agent, I haven't any issue.

Thank you so much.

@indywidualny
Copy link
Owner

I assume you didn't allow for all Facebook domains
in shouldOverrideUrlLoading. It's stuck after a few redirections. Facebook
likes to redirect a lot between their subdomains according to your
connection type. Maybe there is an element which cannot be loaded from one
of the domains and the whole thing gets messed up.

wt., 22.11.2016, 22:13 użytkownik Leonardo notifications@github.com
napisał:

@indywidualny https://github.com/indywidualny in my app (SlimSocial for
Facebook) if I use
Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.10+ (KHTML, like Gecko)
Version/10.1.0.4633 Mobile Safari/537.10+
when I click on an external link, the method onPageStarted is called many
times with urls from domains like l.facebook.com http://l.facebook.com
and lm.facebook.com http://lm.facebook.com and after some seconds, it
goes to a white page.
Did you have the same issue on FaceSlim?
If I remove the custom user agent, I haven't any issue.

Thank you so much.


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#155 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AI69sIcKcOTQ6vN7K3kcfjOCbMR9jHA_ks5rA1rZgaJpZM4IJQwC
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants