(06-06-2016 11:11 PM)Alister Wrote: [ -> ]Vote for English version! If need help for translation ask me then.
Thank you for your help! I'm glad you offered that. Translation is not hard. It depends only on amount.. I believe I can finish it fast, because it's not so much strings, but I may be wrong. So, I may be ask you to help me, if I don't find enough time for it.
I've found another problem - getting token. As you can see from
my screenshot, it says that I'm not logged in. But even when I log in with my browser and start this software I also get the same error.
I figured out how to log in with browser, so my session will be active, but again when I open this software I got another error:
Code:
URL Blocked
This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.
Screenshot:
I've found that this software uses client_id of HTC Sense application. Maybe it's not working anymore.
Looking forward to find the solution to make it work.
Without token this software is worthless.
If anyone can provide new working method how to get auth FB token - feel free to post it here or PM me.
Software uses this login url:
Code:
https://www.facebook.com/dialog/oauth?client_id=41158896424&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=token&display=popup&scope=email,offline_access
and expect to get the result with this parameters:
- state
- error, error_reason, error_description
- code
- access_token
- expires_in
I know how to get auth_token after redirect to
Graph API Explorer, but the result will be different, so the software code must be changed then..
I will be looking further.. Stay tuned!
YAY!

Looks like I found! Testing now..
Well.. I have bad news for you. This software is outdated. I've tested all main functions (getting emails in both formats - original registration emails and email@facebook.com) - neither one works. Some functions (getting yours group members emails) make software crashes even.. Wasted time..
If someone can find new updated (working) version or similar software - feel free to send me the link to installer. I'll try to do all my best.
Have a good day!