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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -