djalmaaraujo / facegroup

A Facebook Group Reader
http://facegroup.me/
10 stars 4 forks source link

Comments on facegroup.me not being pushed to Facebook #6

Closed chip closed 10 years ago

chip commented 10 years ago

The DOM is being updated on Facegroup.me after making a comment, but upon refreshing it is gone. I also don't see it on Facebook, so I think we need to use the API to POST the comment. Hopefully that will fix it.

djalmaaraujo commented 10 years ago

I did not understand the problem. I added the dom update after the API. The reason is to don't delivery something to the user before the comment is posted. Make sense?

chip commented 10 years ago

Yes, but it isn't posting to FB when I try it.

Facegroup

Facebook

djalmaaraujo commented 10 years ago

I think I know the problem. It is a Facebook permission problem. I added a new permission called "publish_actions", and you are logged before that. This is a kind of bug. Every time the user access the application we need to re-check his permissions.

for now, go to facebook and remove this app on your personal settings. this will force you to login again.

I will add this issue as priority

djalmaaraujo commented 10 years ago

9

chip commented 10 years ago

I can't remove the app because I don't own it. Any suggestions?

Chip Castle UNIX newsletter - http://unix.chipcastle.com http://unix.chipcastle.com

On Sun, Mar 16, 2014 at 6:55 AM, Djalma Araújo notifications@github.comwrote:

I think I know the problem. It is a Facebook permission problem. I added a new permission called "publish_actions", and you are logged before that. This is a kind of bug. Every time the user access the application we need to re-check his permissions.

for now, go to facebook and remove this app on your personal settings. this will force you to login again.

I will add this issue as priority

Reply to this email directly or view it on GitHubhttps://github.com/djalmaaraujo/facegroup/issues/6#issuecomment-37755182 .

djalmaaraujo commented 10 years ago

You should go here: 1 - https://www.dropbox.com/s/sbv9jeh6cc56h00/Screenshot%202014-03-16%2019.19.41.png 2 - https://www.dropbox.com/s/8h57ib7dp40fbok/Screenshot%202014-03-16%2019.19.59.png

And then, remove the app @chip

djalmaaraujo commented 10 years ago

Fixed on https://github.com/djalmaaraujo/facegroup/issues/9