- Sun Mar 20, 2016 10:19 pm
#43665
Micheal,
Thanks for the Timesetup example.
Could you please try this url from your end : graph.facebook.com/fql?q=SELECT total_count FROM link_stat WHERE url='https://www.facebook.com/AAPkaArvind/'
above url with single quotes on browser url displays following results:
{
"data": [
{
"total_count": 6691368
}
]
}
can you suggest me the alternate method to send the total_count number to serialprint (TX)? may be some work around with javascript ...
Mmiscool wrote:It should be working with the new build.
The time should have nothing to do with a valid http request https needs correct time but there is currently no https support.
As for the time you can set up the time zone for india as follows
Note that the delay is needed after the time set up function.
Code: Select alltimesetup(5.5,0)
delay 2000
print time()
end