@carloscosta - I’m trying to save the data(date,time&milesRan) on Facebook Score API so that others players can see their ranking. e.g. 1st, 2nd and 3rd or if a few players reached 65miles then who was first? Saving data on the device won’t work because everyone has to see the data as well. If I can get the date and time when player wrote to their Facebook/score directory then all I have to do is store the milesRan and not the date and time. Unfortunately Facebook Score API can only store 10 digits. I think Facebook has created_date and created_time but not too show how to access that.
data to save
example 1) 2015 07 01 12:30:11 65 – full date(Y,m,d),time(I,M,S),milesRan (16 digits)
example 2) 07 01 12:30:11 65 – date(m,d),time(I,M,S),milesRan (12 digits)
example 3) 07 01 12:30 65 – date(m,d),time(I,M),milesRan (10 digits)
example 3 might work but example 1 would be the best
If I can get the date and time when user wrote to facebook/score then all I have to do is save the milesRan… It would be perfect!!
Or maybe…
-
I can check out Achievements API on Facebook?
-
I need to make an SQL server to hold my data?
Those are all new to me so if anyone have any step by step I would greatly appreciate it!
Mahalo!