Report Bugs Here

Moderator: Mmiscool

User avatar
By kingedem
#43670 Something very strange ... i am getting following error message all the time:

Sorry, something went wrong.

We're working on it and we'll get it fixed as soon as we can.

Go Back

Facebook © 2016 · Help Center

Mmiscool wrote:I tested the following program. It worked.

Code: Select allprint wget(|graph.facebook.com/fql?q=SELECT%20total_count%20FROM%20link_stat%20WHERE%20url=%27https://www.facebook.com/AAPkaArvind/%27|)
end

Result was
Code: Select all{"data":[{"total_count":6691386}]}
Done...



Note however that because of the special characters the spaces and such i had to upload the bas file from the file manager rather than paste it in too the editor.
User avatar
By Mmiscool
#43671 Make a file on your desktop and paste the code in to that. Then upload the file using the file manager. It will work then. Don't do it using the editor.
User avatar
By kingedem
#43673 I just read your last comment describing about the URL string uploaded as bas file then using it in wget.
please explain the steps to do the same...

kingedem wrote:Something very strange ... i am getting following error message all the time:

Sorry, something went wrong.

We're working on it and we'll get it fixed as soon as we can.

Go Back

Facebook © 2016 · Help Center

Mmiscool wrote:I tested the following program. It worked.

Code: Select allprint wget(|graph.facebook.com/fql?q=SELECT%20total_count%20FROM%20link_stat%20WHERE%20url=%27https://www.facebook.com/AAPkaArvind/%27|)
end

Result was
Code: Select all{"data":[{"total_count":6691386}]}
Done...



Note however that because of the special characters the spaces and such i had to upload the bas file from the file manager rather than paste it in too the editor.
User avatar
By Mmiscool
#43674 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.