bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Parameter source dasn't work anymore in publish message #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create a sample feed:
FacebookClient.publish("me/feed", Post.class, 
Parameter.with("message", "Testing!"),
Parameter.with("source", "http://youtube.googleapis.com/v/EFgsasoJIyc"),
Parameter.with("name", "Testing name"),
Parameter.with("link", "http://www.testing.com"));

2. It create a "Link" object in Facebook without a source (embed video). 
Previously was crating a "Post" object and everything was working.

What is the expected output? What do you see instead?
Post object with url link which has a embed video.

What version of the product are you using? On what operating system?
1.6.9

Please provide any additional information below.
It looks like the problem is when we add parameter "link". Without this 
parameter the embed video works, and Facebook creates a "Post"  object.

Original issue reported on code.google.com by Bartosz....@gmail.com on 29 Aug 2012 at 8:19

GoogleCodeExporter commented 8 years ago
Is this a RestFB issue, or a Graph API issue?  IOW if you do this outside of 
RestFB, what are the results?  Thanks

Original comment by m...@xmog.com on 2 Sep 2012 at 1:30

GoogleCodeExporter commented 8 years ago
Haven't heard back; assuming this is a Graph API issue and not related to 
RestFB.

Original comment by m...@xmog.com on 4 Mar 2013 at 4:25