![]() |
Re: [Announce] Effing - Facebook Status Updater
Screenshots?
|
Re: [Announce] Effing - Facebook Status Updater
well, I installed effing after PR 1.3 but when I tap the icon nothing's opening :(
|
Re: [Announce] Effing - Facebook Status Updater
Quote:
|
Re: [Announce] Effing - Facebook Status Updater
Quote:
You can download the .deb, crack it open, and install the files manually. An easier method would be to upgrade to 1.3. It really does fix a bunch of bugs--one in particular that was plauging the login page on this app. |
Re: [Announce] Effing - Facebook Status Updater
Quote:
|
Re: [Announce] Effing - Facebook Status Updater
I just posted an update...should show up in the repo soon. I fixed the problem with international characters (accented, umlauted, tildefied, etc.) disappearing.
For those that are actually interested in the technical parts (and in case someone searches for this very problem) here are the details: the facebook graph api allows you to submit status updates (or other feed info) as post data in an HTML request. I was submitting the raw request string, which works great for gringo-speak. But when people whose languages were not simplified by the rough journey across the atlantic ocean tried to use characters with accent marks, these marks would disappear. The solution was to "percent encode" the string before placing it in the post data. This was done in Qt with the following: Code:
QString encodedStatus(QUrl::toPercentEncoding(status,"","")); |
Re: [Announce] Effing - Facebook Status Updater
Quote:
I used to URL encode and then pull out the relevant parameters. Your method is more elegant. |
Re: [Announce] Effing - Facebook Status Updater
Quote:
|
Re: [Announce] Effing - Facebook Status Updater
the fastest way i know to update youe fb satus.
it would be faster with a widget ;) |
Re: [Announce] Effing - Facebook Status Updater
Is it possible to have "via effing N900" under wall posts? Does this app already do that?
|
All times are GMT. The time now is 17:38. |
vBulletin® Version 3.8.8