How can I get access to the Soundcloud API? [closed] - soundcloud

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 5 years ago.
Improve this question
I'm trying to access the soundcloud api. I know you need to register an app and be approved to get a token. However it seems the link to do it is currently disabled. I'm wondering if there is alternative route I can try or email I can reach out to. Any insight on this is much appreciated!

As of the time of posting, you can't. On the right hand side of their API docs, "Register App" is crossed out and noted as Unavailable.
This is most likely due to the reason that they are cutting server load to reduce cost, as they run out of runway (VC funding).

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!

One of my Facebook App lost [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 8 years ago.
Improve this question
Today, i met a very strange issue about Facebook App, I found one of my Facebook app was lost suddenly, and some of functionality of my site does not work anymore.
But I never do the delete action for this app, how did that happen?
Where can i find some clues who delete this app? and can we take it back?
And anybody met this issue?
Thanks a lot
This question probably doesn't belong on Stack Overflow as it doesn't involve coding, but here is my opinion anyways.
Either someone used the account and deleted the app, or facebook did but I've never had that happened and I've done some pretty frowned upon things with multiple apps.
As to taking it back their policy is pretty clear on the matter, they won't help.

How to get app id on Facebook [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 9 years ago.
Improve this question
I am beginner developer. My task is receiving App_id for Oauth authorization on facebook. Can you help me what should I do for this?
You need to go to this link here and login with the Facebook account with which you want to create a developer app for. Then go to the apps tab on the top right and follow the links to creat a new app. After that go to the app in panel and there you should easily find the app key and secret.
Firstly
you have to make sure to use a FB-sdk which you want to use.(php/javascript/..)
then make sure to download them and read documentation properly.
After that if any error occur you can consult here.

Site URL has been been identified as malicious and/or abusive -- Facebook error [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 9 years ago.
Improve this question
I was creating an app for the first time, on a new domain I purchased, and I get the message "Site URL has been been identified as malicious and/or abusive."
Now I am just installing software at this point to the site, and getting things setup, so I am at least getting this message for something I have not done. How can I get a review from facebook or how can I get this status removed for my url?
Thank you in advance.
There is a great article in Forbes about how to reclaim your reputation after Facebook have tagged your site as malicious.
Basically search the sitemap of your web and check if some of the links are headed to malicious content.

Discounts via PayPal REST API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I'm attempting to integrate PayPal with a registration system I'm working on, and I'd like to give them multi-line transaction descriptions. I looked through PayPal docs and I couldn't find anything about discounts. I tried to put it as an item, but PayPal won't except negative value items. Does anyone have any ideas or know what I could do? Might I be stuck making transaction information through a database on the registration system? Thanks in advance!