Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 80

Thread: FBuntu: Facebook Notifier for Messaging Menu

  1. #11
    Join Date
    Apr 2007
    Location
    UK
    Beans
    233
    Distro
    Ubuntu

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by nilarimogard View Post
    Great but.. it downloads every single message I've ever received on Facebook and spams my Messaging Menu
    Inbox messages or "notifications"?
    Linux User #381008
    Ubuntu User #22532

  2. #12
    Join Date
    Jan 2008
    Location
    Romania
    Beans
    403
    Distro
    Ubuntu Development Release

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by fluteflute View Post
    Inbox messages or "notifications"?
    Inbox messages. And I have lots of them...
    ...Things To Tweak After Installing Ubuntu 12.04 Precise Pangolin

    http://www.webupd8.org - Daily Ubuntu / Linux news and application reviews.

  3. #13
    Join Date
    Apr 2007
    Location
    UK
    Beans
    233
    Distro
    Ubuntu

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by nilarimogard View Post
    Inbox messages. And I have lots of them...
    Hmmm Facebook is meant to only return threads that are marked unread.

    Any chance you could visit the URL below (replacing the stars with your access token from the auth.py URL) and let me know if you get lots of messages back from it (you shouldn't)?

    Your help is very much appreciated.

    https://api.facebook.com/method/fql....ss_token=*****
    Last edited by fluteflute; March 21st, 2011 at 11:11 PM.
    Linux User #381008
    Ubuntu User #22532

  4. #14
    Join Date
    Jan 2008
    Location
    Romania
    Beans
    403
    Distro
    Ubuntu Development Release

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by fluteflute View Post
    Hmmm Facebook is meant to only return threads that are marked unread.

    Any chance you could visit the URL below (replacing the stars with your access token from the auth.py URL) and let me know if you get lots of messages back from it (you shouldn't)?

    Your help is very much appreciated.

    https://api.facebook.com/method/fql....ss_token=*****
    Yes I did get a lot of messages. So I guess it's a Facebook issue so I'll just delete all my messages.
    ...Things To Tweak After Installing Ubuntu 12.04 Precise Pangolin

    http://www.webupd8.org - Daily Ubuntu / Linux news and application reviews.

  5. #15
    Join Date
    Apr 2007
    Location
    UK
    Beans
    233
    Distro
    Ubuntu

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by nilarimogard View Post
    Yes I did get a lot of messages. So I guess it's a Facebook issue so I'll just delete all my messages.
    Okay, thanks for trying it out for me
    Linux User #381008
    Ubuntu User #22532

  6. #16
    Join Date
    Jul 2006
    Beans
    8

    Re: FBuntu: Facebook Notifier for Messaging Menu

    I'm not sure if this is still under development, but I am also receiving a list of all my messages, read or unread.

  7. #17
    Join Date
    Apr 2007
    Location
    UK
    Beans
    233
    Distro
    Ubuntu

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by Samineru View Post
    I'm not sure if this is still under development, but I am also receiving a list of all my messages, read or unread.
    It's kinda under development...it works for me most of the time therefore I don't have much motivation to keep developing.

    Keen to figure out what's happening for you though.

    Could you try out some links for me? You'll need to replace the stars with your access token from the auth.py URL

    1. The method FBuntu currently uses (this will probably return all of your messages, please can you confirm that?):
    Code:
    https://api.facebook.com/method/fql.query?format=json&query=SELECT snippet,snippet_author,updated_time,thread_id FROM thread WHERE folder_id = 0 AND unread != 0&access_token=***
    2. Can you please post the results of this one:
    Code:
    https://api.facebook.com/method/fql.query?format=json&query=SELECT unread FROM thread WHERE folder_id = 0 AND unread != 0&access_token=***
    3. And finally, does this produce different results from #1 ?
    Code:
    https://api.facebook.com/method/fql.query?format=json&query=SELECT snippet,snippet_author,updated_time,thread_id FROM thread WHERE folder_id = 0 AND unread > 0 &access_token=***
    Thank you!
    Linux User #381008
    Ubuntu User #22532

  8. #18
    Join Date
    Apr 2007
    Location
    UK
    Beans
    233
    Distro
    Ubuntu

    Re: FBuntu: Facebook Notifier for Messaging Menu

    I've just pushed a new revision that means FBuntu no longer dies when there's a blip in the internet connection (quite handy if you're on a connection like mine...)

    Hopefully gonna make a few more improvements in the next few days.
    Linux User #381008
    Ubuntu User #22532

  9. #19
    Join Date
    Jun 2010
    Location
    Quezon City, PH
    Beans
    22
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: FBuntu: Facebook Notifier for Messaging Menu

    this is pretty cool. Any updates on the development?

  10. #20
    Join Date
    Apr 2007
    Location
    UK
    Beans
    233
    Distro
    Ubuntu

    Re: FBuntu: Facebook Notifier for Messaging Menu

    Quote Originally Posted by jvgeli View Post
    this is pretty cool. Any updates on the development?
    No..

    Partly because it mostly does the job for me, and partly because everything is quite busy.

    But is there anything you'd particularly like to see, or any problems you're having?

    [One thing I'd love to fix is that clicking on an inbox message doesn't take you to the message with the new messaging system]
    Linux User #381008
    Ubuntu User #22532

Page 2 of 8 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •