ios - how to post route map on facebook not image -


facebook providing new feature post route map , not image of map. have checked documentation , found code getting

they have given kind of code

nsmutabledictionary<fbgraphobject> *action = [fbgraphobject graphobject];action[@"course"] = @"http://samples.ogp.me/136756249803614";  [fbrequestconnection startforpostwithgraphpath:@"me/fitness.walks"                                    graphobject:action                              completionhandler:^(fbrequestconnection *connection,                                                  id result,                                                  nserror *error) {                                  // handle result                              }]; 

i have done this. can not ios need use php need send array of longitude , latitude php side , php side posting on map on facebook job on ios not know how @ php side


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -