forked from organicmaps/organicmaps
[ios] Changed promo Facebook link
This commit is contained in:
parent
7744fa1876
commit
107f6cc418
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
{
|
||||
NSDictionary * parameters = @{@"message" : NSLocalizedString(@"maps_me_is_free_today_facebook_post_ios", nil),
|
||||
@"picture" : @"http://static.mapswithme.com/images/17th_august_promo.jpg",
|
||||
@"link" : @"http://www.maps.me/free"};
|
||||
@"link" : @"http://maps.me/get?17aug"};
|
||||
[FBRequestConnection startWithGraphPath:@"me/feed" parameters:parameters HTTPMethod:@"POST" completionHandler:^(FBRequestConnection * connection, id result, NSError * error) {
|
||||
block(!error);
|
||||
}];
|
||||
|
|
Loading…
Add table
Reference in a new issue