Facebook comment plugin has stopped working [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
My Facebook comment plugin has stopped working. It loads as an empty element (so nothing loads, basically)
Code can be seen directly on this page.
url: http://www.jamesthemusician.com/kudos
It was working this morning and I did not change the code.
It seems to be related to the use of arguments. Currently it is configured to relate the comments to the url http://www.jamesthemusician.com/kudos?ver=prod. If I remove the argument (?ver=prod) it works. I can't do that, though, since I would loose all the comments already associated with the page.
Any ideas?
Also, the moderation tool seems to have disappeared.
EDIT: The problem only occurres if I am logged in in Facebook as the administrator of the application. If I log out, then the comments load correctly.

Related

Can't register app in SoundCloud developer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 6 years ago.
Improve this question
When I try to register app SoundCloud page redirect me to Google Forms, where I fill all inputs. On submit I receive a message: "Looks like you have a question or two that still needs attention.", but there are no blank inputs. Any advice?
I had this issue also and when I changed the app URL and the redirect URI to something simple, for example 'http://www.appname.com' (as oppose to my localhost address), it seemed to work.
I have to say the new app sign-up on SoundCloud is pretty terrible, used to be so much more straight forward.
Hope this helps!
If you look at the API docs it specifically says that the scheme needs to be https, but after 6 hours trying to install the SSL, giving up on it the and one last look at the google docs I realize that it said http or https!

Facebook can not create a application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I want to build a facebook app. I create a new application, put all information, like app domain, site url. Then click i to save, and error comes up:
Something went wrong. We're working on getting it fixed as soon as we can.
Where is a problem? Couple days ago, i can create a other app with no problems.
Update: If i want to make some changes on other applications on app settings tab, also click save and this error comes up.
Check here the progress on fixing the bug: https://developers.facebook.com/x/bugs/629640800428208/
edit: it's working for me now. ( 2014.01.08 19:10 GMT+1 )
You don't need to worry about it. They must be working on something. So they must have disabled the functionality for the time being.

Dynamically generated page URLs don't work this morning [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
This morning dynamically generated links to FB pages from our app stopped working. Link to a page like this http://www.facebook.com/pages/125567350861413 used to work just fine, now it requires page name http://www.facebook.com/pages/Daniels-Real-Estate/125567350861413
Why would this be changed? Was there a problem with old pages link format?
We tweaked our code to take into account page name and made it work. But if a user changes the name of a page the link to this page will break, until we refresh the list of pages in our db. We'll write a chron job that will refresh the list of page names for all users using our app multiple times a day, but we'd prefer not having to do that.
Anyone else ran into this issue? What was your workaround (other than the above)?
While this is probably an off-topic question, you can get the page url using the graph api:
http://graph.facebook.com/125567350861413 and looking at the link property. As to why Facebook changed this, you would have to ask them at their developer group or log a bug.

Error while saving Application settings: "There was a problem saving your changes. Please try again later." [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
call-for-help: we are keep getting the illustrated error after hitting "save changes" in the application settings dashboard ... the changes are saved though ... any link where we can report our app issue?
http://awesomescreenshot.com/046la8j4f
This is not a problem with your app..
This happens sometimes because your app server might have taken a longer time to update on FB servers and the connection timed out...
Nothing to worry about you an try again
I had the same issue and solved it by checking all the icons and screenshots. I made sure that they all was in the same format (.png) and then it worked!
I guess the issue, for me, is that i used different formats.

How to make an app for a Wordpress Blog? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to make an iPhone OS app for a Wordpress blog, and I'm unable to figure a way to grab the data from the blog.
The XML-RPC doesn't seem to have an anonymous read-only mode
The RSS feed has truncated posts
So, if anyone managed to make it, please help me ;)
the RSS is truncated if it is configured to be so, you can publish the entire blogpost in wordpress, cfr. "settings -> reading settings -> For each article in a feed, show (full text/ summary)"
The newsfeed may contain the full post. This is an option for the blog owner (option: 'rss_use_excerpt' = 0).