Rapidshare API nasıl kullanılır?

2 Cevap php

Ben rapidshare API'leri kullanmaya çalışıyorum ama bunu kullanmak için tam olarak nasıl bilmiyorum?

http://api.rapidshare.com/cgi-bin/rsapi.cgi?subroutine=getaccountdetails_v1&type=prem&login=MY_USERNAME&password=MY_PASSWORD

": Alt program geçersiz HATA." Bu kullandıktan sonra ben hata alıyorum

Herkes benim bağlantı ile sorunun ne olduğunu bana söyleyebilir misiniz?

2 Cevap

The problem is although the API defines the subroutine as subroutine=getaccountdetails_v1 what it actually requires is sub=getaccountdetails_v1. This applies for all the subroutine calls.

Bu çalışması gerekir

http://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=getaccountdetails_v1&type=prem&login=MY_USERNAME&password=MY_PASSWORD

click here