maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [WIP] Friends, a smooth Facebook client for N9 (https://talk.maemo.org/showthread.php?t=88613)

pipould 2013-01-12 22:43

Re: [WIP] Friends, a smooth Facebook client for N9
 
I fully support your project !!! I looked at your code and wow I guess you really spent much time on ! Sadly I do not have enough time to spend to understand the code right but I wish I will have time to understand all of it.

Just wow, impressed ! Thank your for the job !

kai_en 2013-01-13 01:16

Quote:

Originally Posted by Sfiet_Konstantin (Post 1314029)
Permissions problems. Either you disabled access to 3rd party app to your albums, or the friend does. Because here, it works.

Try also to clear the cache and config file and relogin.

i don't think I did that, other FB apps have no problem acessing my albums.

how to clear the cache and config file? Where can I find them?

herdem09 2013-01-13 03:20

Re: [WIP] Friends, a smooth Facebook client for N9
 
I should say that the UI is more than perfect. So simple and functional. Thanks for such a great app.

Hacker 2013-01-13 04:34

Quote:

Originally Posted by Sfiet_Konstantin (Post 1314029)
Permissions problems. Either you disabled access to 3rd party app to your albums, or the friend does. Because here, it works.

Try also to clear the cache and config file and relogin.

Great Facebook app. Say, I have the same issue as the others who are not getting the album list or the picture thumbnails. I have cleared the .cache and .config files that you mentioned and rebooted/relogged in, plus I've checked FB permissions and all permissions were granted, though I didn't see any photo-related permissions on the permission list for this app.

Like the other users, fMobi and stock FB app show my photos as expected.

This is not a big deal, but I wanted to let you know. Thanks again, this app deserves all the positive things that people are saying about it.

bandora 2013-01-13 06:01

Re: [WIP] Friends, a smooth Facebook client for N9
 
It's a very nice app.. But wouldn't it be better if it loads directly to the News Feed?

Sfiet_Konstantin 2013-01-13 11:00

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Hacker (Post 1314269)
Great Facebook app. Say, I have the same issue as the others who are not getting the album list or the picture thumbnails. I have cleared the .cache and .config files that you mentioned and rebooted/relogged in, plus I've checked FB permissions and all permissions were granted, though I didn't see any photo-related permissions on the permission list for this app.

Like the other users, fMobi and stock FB app show my photos as expected.

This is not a big deal, but I wanted to let you know. Thanks again, this app deserves all the positive things that people are saying about it.

I have to investigate that. You know that Facebook API is really tricky.

Makeclick 2013-01-13 20:13

Re: [WIP] Friends, a smooth Facebook client for N9
 
Wow :O This is nice!!!

Fix fist page's .deb. It's not working. Too many errors or something..

Hacker 2013-01-14 00:31

Quote:

Originally Posted by Makeclick (Post 1314492)
Wow :O This is nice!!!

Fix fist page's .deb. It's not working. Too many errors or something..

I installed with the .deb, not the repo. Could that be the problem? If all the people with the missing photo album issue downloaded and installed the .deb, and those using the repo have no problems, then we may have found the answer . . .

Ruudjepluus 2013-01-14 08:22

Re: [WIP] Friends, a smooth Facebook client for N9
 
I have the same issue with the blank page and also downloaded the .deb so maybe @Hacker is on to something here :)

Anyway, I love the app.. If you manage to add all the basic FB functions that would be great (liking, commenting, sharing, mentioning, etc)

Together with Rocket for Twitter and Friends for FB my N9 can carry on another year or so!

keep up the good work!

Garp 2013-01-14 10:47

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Hacker (Post 1314555)
I installed with the .deb, not the repo. Could that be the problem? If all the people with the missing photo album issue downloaded and installed the .deb, and those using the repo have no problems, then we may have found the answer . . .

Will try repo instead of deb (have the same problem no photo etc)
How to add the repo: qfb.master.zip after downloading and extraction :confused:

Sfiet_Konstantin 2013-01-14 15:01

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Garp (Post 1314668)
Will try repo instead of deb (have the same problem no photo etc)
How to add the repo: qfb.master.zip after downloading and extraction :confused:

Code repository is for contributing code, not a package repository.

Garp 2013-01-14 16:37

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Sfiet_Konstantin (Post 1314727)
Code repository is for contributing code, not a package repository.

I'm a bit of an amateur here so:
In terminal:
wget https://github.com/SfietKonstantin/qfb.git
/usr/sbin/incept qfb.git
devel-su #enter root pass
apt-get update

??:confused:

Sfiet_Konstantin 2013-01-14 16:52

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Garp (Post 1314767)
I'm a bit of an amateur here so:
In terminal:
wget https://github.com/SfietKonstantin/qfb.git
/usr/sbin/incept qfb.git
devel-su #enter root pass
apt-get update

??:confused:

Code:

devel-su
wget http://www.jollafr.org/sfietkonstantin/experiments/qfb-friends_0.0.1_armel.deb
dpkg -i qfb-friends_0.0.1_armel.deb


Garp 2013-01-14 17:11

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Sfiet_Konstantin (Post 1314771)
Code:

devel-su
wget http://www.jollafr.org/sfietkonstantin/experiments/qfb-friends_0.0.1_armel.deb
dpkg -i qfb-friends_0.0.1_armel.deb


Ok thank you:) but it didn't change for me either, still only News feed, Me and Friends!

Sfiet_Konstantin 2013-01-14 17:13

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Garp (Post 1314778)
Ok thank you:) but it didn't change for me either, still only News feed, Me and Friends!

I said that I was studying the issue. And since I'm doing heavy refactoring right now, don't expect to have it out so easily now ...

Garp 2013-01-14 17:22

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Sfiet_Konstantin (Post 1314779)
I said that I was studying the issue. And since I'm doing heavy refactoring right now, don't expect to have it out so easily now ...

OK fine I will just use it as it is now (thank you:)) only want to try if the alternative works for me!:)

By the way your app is the most readable Fbook app I have seen at all, often the letters in the other Fbook apps are too small and blurred to me at least!;)

Sfiet_Konstantin 2013-01-14 22:08

Re: [WIP] Friends, a smooth Facebook client for N9
 
I'm preparing a version that is fixing everything.
It should be released very quickly (like in a few minutes)
It is on the website (and still have the same 0.0.1 version)
Please clean the cache and "logout" (clean config) before (see first post).

kai_en 2013-01-15 07:57

The album list now worked spledidly

Sfiet_Konstantin 2013-01-15 08:06

Quote:

Originally Posted by Garp (Post 1314906)
Have cleaned cache and removed config
Then installed due to the code (first post)
For me it's still the same. Is that correct?:o

There are quite a few loc that changed internally (loc = lines of code). And this new release is only for fixing the album listing permission bug.

And I found another bug that need to be fixed (not being able to navigate to a friend page while clicking on a name in a post. Don't worry, I'm on it.

Actually, I fixed the bug, but won't do a release for that small feature. I'm working on posting abstraction, as well as on now shiny features. Will come back to you when it is finished :)

Ruudjepluus 2013-01-15 08:16

Re: [WIP] Friends, a smooth Facebook client for N9
 
Fix works just fine for me, really excited about this project!

Lucazz990 2013-01-15 09:20

Re: [WIP] Friends, a smooth Facebook client for N9
 
Perfect for albums, also posting works good :) nice work!

Garp 2013-01-15 17:01

Re: [WIP] Friends, a smooth Facebook client for N9
 
The album is just fine and have been all the time maybee!:(
Sorry for my misinformation due to the theme I use (blue inverted) and my missing attension which meant I didn't realise the bottom choice to Misc.:(

Sfiet_Konstantin 2013-01-18 16:59

Re: [WIP] Friends, a smooth Facebook client for N9
 
As I have said in the Facbebook page, there is an API change by Facebook, meaning that in the current version, in February, you won't be able to post.

I'm working on a fix.

Sfiet_Konstantin 2013-01-20 14:35

Re: [WIP] Friends, a smooth Facebook client for N9
 
The fix should work. It consists of using Facebook dialog for posting stuff. That makes me a bit angry since it is far slower than iusing graph, but I cannot complain against Facebook.

I have also redisgned slightly some stuff. I will now work on more pieces of the API (like photo navigation, groups and pages etc.)

The url is still the same (0.0.1). But beware, from now, if you want to log off, there are more stuff to clean (cookies). See the first post for more informations.

darkphantom93 2013-01-20 14:47

Re: [WIP] Friends, a smooth Facebook client for N9
 
still very smooth. Like it :)

leoniedelt 2013-01-20 16:16

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by darkphantom93 (Post 1316086)
still very smooth. Like it :)

+1 - very excited about this project too!!! desperately need a fb client as good as Rocket is for Twitter. PLEASE!

edit: donated to the cause!! desperate for a decent fb client!

Lucazz990 2013-01-20 18:07

Re: [WIP] Friends, a smooth Facebook client for N9
 
1 Attachment(s)
Nice work, the UI is still smooth :) I noticed that when a page has a long name the words exceed the dedicated space like this:

Hacker 2013-01-20 18:19

Great app! I saw that you had a new version, I downloaded it, but when signing in the Facebook authorization page, I got an error message: “An error occurred” and when I clicked the 'okay' button, it took me to the 'success' page, but stuck there until I clicked cancel and the program crashed. I uninstalled, deleted the folders listed on the first page of this thread, rebooted, reinstalled, and tried again. I got the same errors. The last version was working fine, so I don't know what happened. Any ideas on how to fix?

Edit: Solved! See the discussion on the next page, and my step by step solution on the next page of this thread.

Lucazz990 2013-01-20 18:34

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Hacker (Post 1316140)
I saw that you had a new version, I downloaded it, but when signing in the Facebook authorization page, I got an error message: “An error occurred” and when I clicked the 'okay' button, it took me to the 'success' page, but stuck there until I clicked cancel and the program crashed. I uninstalled, deleted the folders listed on the first page of this thread, rebooted, reinstalled, and tried again. I got the same errors. The last version was working fine, so I don't know what happened. Any ideas on how to fix?

It was the same for me, I reinstalled the previous version, logged in and then installed the new version over the older, without deleting any file (cache, .conf...) and now it works!

nbedford 2013-01-20 19:02

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Hacker (Post 1316140)
I saw that you had a new version, I downloaded it, but when signing in the Facebook authorization page, I got an error message: “An error occurred” and when I clicked the 'okay' button, it took me to the 'success' page, but stuck there until I clicked cancel and the program crashed. I uninstalled, deleted the folders listed on the first page of this thread, rebooted, reinstalled, and tried again. I got the same errors. The last version was working fine, so I don't know what happened. Any ideas on how to fix?

I too get this exact same error. I dont have old version

Makeclick 2013-01-20 19:03

Re: [WIP] Friends, a smooth Facebook client for N9
 
There is no new .deb? i only see qfb-friends_0.0.1_armel.deb

Lucazz990 2013-01-20 19:22

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by Makeclick (Post 1316150)
There is no new .deb? i only see qfb-friends_0.0.1_armel.deb

It has the same name, but it's a dfferent file...

Lucazz990 2013-01-20 20:05

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by nbedford (Post 1316148)
I too get this exact same error. I dont have old version

Here is the old version from my dropbox... :D
https://www.dropbox.com/s/571jfetwja....0.1_armel.deb

Hacker 2013-01-20 20:06

For those who are having issues with the latest version, here's how I got it working:

I used Timpaxi's deb link from page 4 of this thread to get the old version back on my device, and then I installed the new version via terminal on to if the old one, without deleting any of the files listed in the first post.

This app is really coming along fast. Great work!

snooky 2013-01-20 23:03

Re: [WIP] Friends, a smooth Facebook client for N9
 
As you asked for feedback in your facebook post... First thing you should improve is not to give every update the same version number :D
even if these are small updates and fixes... there are sooooo many numbers you can use... please do it...

Sfiet_Konstantin 2013-01-21 09:20

Re: [WIP] Friends, a smooth Facebook client for N9
 
I will look into that login issue thing. Will keep you informed.
EDIT: got it, it is because I'm using the wrong application id.

There is one for "friends", and one for "demo Qt application"
Friends is the official client, and demo Qt is used for testing purpose.

Will generate a new package asap.

Sfiet_Konstantin 2013-01-21 11:10

Re: [WIP] Friends, a smooth Facebook client for N9
 
I pushed the fix. It is still called 0.0.1, but I promise, it will be the last time :)

I have a lot of stuff to do now, like browsing photos, accessing to groups and pages, UI redisign for some components, comments and likes. I cannot promise you everything at the same time, but will rather do small releases by small releases.

nbedford 2013-01-21 11:22

Re: [WIP] Friends, a smooth Facebook client for N9
 
Just installed the latest version 0.0.1 and still can't login. I dont have any of the folders mentioned in the first post, how to clear error?

EDIT: Got it working by downloading old version posted by @Lucazz990

Sfiet_Konstantin 2013-01-21 11:52

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by nbedford (Post 1316286)
Just installed the latest version 0.0.1 and still can't login. I dont have any of the folders mentioned in the first post, how to clear error?

EDIT: Got it working by downloading old version posted by @Lucazz990

Interesting ... It should work without using the old version ... :confused:

EDIT: this time it really works ! The version is now 0.0.2. Get it now :)

Lucazz990 2013-01-21 12:15

Re: [WIP] Friends, a smooth Facebook client for N9
 
Quote:

Originally Posted by nbedford (Post 1316286)
Just installed the latest version 0.0.1 and still can't login. I dont have any of the folders mentioned in the first post, how to clear error?

The last link in the first post "/home/user/.local/data/SfietKonstantin/qfb-mobile/" should be "/home/user/.local/share/data/SfietKonstantin/qfb-mobile/", or at least this is good for my N9 :) however, maybe you didn't enable "show hidden files" in Filebox so you can't see folders that begins with a dot like .local :)


All times are GMT. The time now is 00:09.

vBulletin® Version 3.8.8