iphone - Facebook SDK 3.2 for iOS share description more than three line is not appear -


i shared description facebook using facebook sdk 3.2. if description more 3 lines remaining description not appear in web in mobile app description not visible. there way set read more option.

no, not possible. client's app in app store have same issue. way can see share content while sharing post.

facebook mobile app , web browser have limitation see description have post via app. have parameters must shown in post picture, link, caption, name.
sample parameter sent in post:

params = [nsmutabledictionary dictionarywithobjectsandkeys:         @"i'm using test ios app", @"name",         @"test ios.", @"caption",         @"check out test ios learn how can make ios apps social using facebook platform.", @"description",         @"http://m.facebook.com/apps/uniquenamespace/?deeplink=news", @"link",         @"http://www.facebookmobileweb.com/hackbook/img/facebook_icon_large.png", @"picture",         @"foo", @"ref",         nil]; 

if description field have more character means, discard content webserver. in mobile app, discard entire description , if parameter have name field. in safary, little bit different. may differ browser browser also..


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -