我想用一个帖子发布多个图片。
但我不知道它是怎么回事。
data = { caption: @post.legacy_capatable_text, url: @post.legacy_capatable_image_url, suburl1: @post.legacy_capatable_subimage1_url, suburl2: @post.legacy_capatable_subimage2_url, suburl3: @post.legacy_capatable_subimage3_url, privacy: { value: 'SELF' } } data[:link] = @post.post_url if @post.post_url @graph.put_connections("me", "photos", data)
但是没有工作。
只发布一张图片。 郊区1,2,3不起作用。