Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8500169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:52:19+00:00 2026-06-11T00:52:19+00:00

I use the script php-soundcloud (Oauth 2) and want to change the title (Buy

  • 0

I use the script php-soundcloud (Oauth 2) and want to change the title (Buy this track) of purchase link.
I can update the link but I can not change the text of link.

soundcloud purchase

I use this code:

$soundcould->put('https://api.soundcloud.com/tracks/56649403', array(
  'track[purchase_url]' => 'http://website.com/', 
  'track[purchase_title]' => 'Support me' // whitout this, it work
));

but it returns me an error: The requested URL responded with HTTP code 422.

When i remove track[purchase_title], it work, so the problem is that variable!

Must be something special to change the link title?
Soundcloud have posed limits on the use of their API?
It’s possible to create a new link other than changing the variable purchase_title?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T00:52:20+00:00Added an answer on June 11, 2026 at 12:52 am

    The reason this is not working is because the purchase_url and purchase_title can only be changed on premium accounts. I’ll look at making this more clear in the docs!

    Here’s a code sample that will do the trick for a premium account:

    <?php
    require_once 'Services/Soundcloud.php';
    
    $client = new Services_Soundcloud('client_id', 'client_secret', 'redirect_uri');
    $client->setAccessToken('your-access-token');
    
    $track_url = 'https://api.soundcloud.com/tracks/52652023.json';
    $response = json_decode($client->put($track_url, array(
      'track[purchase_url]' => 'http://website.com',
      'track[purchase_title]' => 'Support me'
    )));
    ?>
    

    If that doesn’t work, the problem is elsewhere. Email me and I can help you debug further.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Test whit php-soundcloud I try to use the script php-soundcloud (Oauth 2) and I
I use a PHP script to validate video requests before serving them. This script
I am trying to use a php script to only show a link, when
Ideally I want to use the php script as an include that will be
Lets say I want to use a php script to read the current page's
I want to execute a php-script from php that will use different constants and
How can I use a php script to push to an iphone or android
I want to use a PHP script as an intermediary to serve a .JS.GZ
I'm trying to use this php script in order to locate a stock quote
I want my bash script to find where PHP is installed - this will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.