Can't register app in SoundCloud developer [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 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!

Related

How can I get access to the Soundcloud API? [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 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).

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.

Like gating on a facebook website [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 am trying to do Like-Gating for our application. The application is an external website using facebook connect.
I have looked around the documentation and found that you generally do this using the signed-request data you receive from facebook. But seems like that data is only sent by facebook if the app is a facebook page. Correct me if I am wrong.
How can acheive the same result on a external website using facebook connect?
Thanks in advance!
You can approximate this functionality by using the facebook Javascript API. Use this to subscribe to an event when the Like button (in a Like Box) is pressed, and then redirect the user to the gated content with that event.
I have done this before in real-world web apps, and it works well. I can post some of that code as an example, if you need it. The event you want to listen for is the edge.create event.
Sorry but the functionality you're asking for is only available on facebook.com with the exception of Pages, and thus you cannot like gate your website.

Skimming another website for data to display in iPhone App (will apple approve app? ) [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 4 years ago.
Improve this question
I am thinking of putting together an app that will be pulling data from a very popular website. I have already looked at search and responses from the site and believe it can be done.
The only one question I have is, will apple have a problem with me doing this? The website more than likely will NOT give me permission to skim, but its public information so.... Will apple reject my app because I am skimming another site for data?
I would setup my own server to do the skimming but I am sure this website will see my ip hitting their servers a billion time a day (hopefully :) and ban my ip, so I plan on having the iphone itself skim the site.
Apple probably won't have an issue with this, but the website probably will. Most websites hate scrapers and put it in their terms of service that you're not allowed to scrape.
Apple only reject apps like this if they scrape Apple websites. Apple aren't bothered if you scrape someone else's site.