-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#4344 Breaks Facebook posting. #4361
Comments
I'll look into it. If possible, would you add a breaking spec replicating it please? |
@liamn please let me know if you still get this issue |
Fix #4361 twitter access level check breaking facebook addition to user
Facebook's now working, but Twitter is broken now. - I get to the screen where I can authorise the application to use my twitter account, and after authorising it I get a 500. |
Sweet hahah... on it On Thu, Aug 8, 2013 at 5:00 AM, Liam Nicholson [email protected]:
|
@liamn can you send me the logs/stack trace please? I'm setting things up to manually test this (I know, shame on me for not having done it before), but while I do it the log might help |
@MrZyx is it possible to test this locally? I just tried creating a twitter app on dev.twitter, but it doesn't like localhost, unlike Facebook apps. |
I don't think so :/ Well you could setup DynDNS and all that. |
ok... heroku time :) On Thu, Aug 8, 2013 at 2:27 PM, Jonne Haß [email protected] wrote:
|
Trace:
|
@liamn would you please test this fix? I deployed it and got the correct message when trying to add twitter without write access. When testing facebook I'm getting a oauth error ("missing client id"), but it might be because the facebook app I created isn't yet properly working, so it'd be good to check with yours. @MrZyx not ready to merge yet, I'm just waiting on manual tests being fully done to fix breaking specs |
also just tested with read-write access, and it's working |
just fixed the tests. what's left is testing facebook manually. I still have the missing client id issue, so @liamn if you can confirm it works on your end, then it's something with my facebook app, and we can close this issue |
I've already confirmed on your pull request, but yeah, everything is working here so it must be your Facebook app. |
yeah, I had SERVICES_FACEBOOK_KEY instead of SERVICES_FACEBOOK_APP_ID in my env |
…on to user Rewrite twitter access-level check Fixed tests, still working on getting facebook up Add heroku example to diaspora.example.yml
Rewrite twitter access-level check - fixes #4361
The Pull Request #4344 breaks Facebook posting, the users facebook cannot be added to the users account.
Trace is:
The text was updated successfully, but these errors were encountered: