mcongrove / ChariTi

Please do not use: this is out-dated
Other
113 stars 85 forks source link

Facebook Events are not working #218

Open gilmorej2982 opened 10 years ago

gilmorej2982 commented 10 years ago

I keep getting an HTTP error 500 when opening the page that contains the feed from the user's facebook feed. This happens in more than one application so I'm wondering if there is something that was updated that I need to change. Thank you

mcongrove commented 10 years ago

I can't figure this one out just yet… Something definitely changed, though.

Thanks for reporting it.

gilmorej2982 commented 10 years ago

I think I have figured out that it has to do with the access token. When I change that in the url we pull the feed from for the events it works. But the access tokens I can get only last 2 hours. Is there a way to tell the app to continue getting a new token maybe? Thank you for looking into this.

mcongrove commented 10 years ago

So I came across that, too; changing the access token does return actual data. However, the token we use never exports (which I double-checked using the Facebook graph API debug tool). Maybe permissions changed, and the token we use doesn't have the new, required permissions?