Report Bugs Here

Moderator: Mmiscool

User avatar
By kingedem
#43675 I uploaded the ak.bas having only URL http://graph.facebook.com/fql?q=SELECT% ... Arvind/%27 .... it got stored as : "/uploads/ak.bas"
Now, how do i call this file?

I tried like this: wprint wget("/uploads/ak.bas") .... it didnt work ... :(


Mmiscool wrote:Take the example code above. Notice the %20 s and stuff in there replacing the spaces. This how sertan characters are encoded to be in a URL.

If you take my example above and save is as a bas file on your desktop. Then upload it to the device with the file manager. Then delete the current /default.bas and rename the file you uploaded to /default.bas your program should work. Test it with the code above first.
Last edited by kingedem on Sun Mar 20, 2016 11:24 pm, edited 1 time in total.
User avatar
By Mmiscool
#43676 Upload your entire program using the file manager. Delete the existing /default.bas program and rename the one you uploaded to /default.bas
User avatar
By kingedem
#43677 Micheal,

It worked ... :) :) :P :P :P

thanks a lot .... (y)


Mmiscool wrote:Upload your entire program using the file manager. Delete the existing /default.bas program and rename the one you uploaded to /default.bas
User avatar
By kingedem
#43680 Micheal,

I am trying to do the same using variable ... and its not working ....
I can not hardcore the URL. I need to update the URL with new link. Please guide

let fburl = "graph.facebook.com/fql?q=SELECT%20total_count%20FROM%20link_stat%20WHERE%20url=%27https://www.facebook.com/AAPkaArvind/%27"

wprint wget(fburl) -> ..... this does not work ...



kingedem wrote:Micheal,

It worked ... :) :) :P :P :P

thanks a lot .... (y)


Mmiscool wrote:Upload your entire program using the file manager. Delete the existing /default.bas program and rename the one you uploaded to /default.bas