Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link deprecated fields in v2.9 #609

Open
TheStu opened this issue May 26, 2017 · 5 comments
Open

link deprecated fields in v2.9 #609

TheStu opened this issue May 26, 2017 · 5 comments

Comments

@TheStu
Copy link

TheStu commented May 26, 2017

Spent the last 3 hours trying to figure out what I was doing wrong, but it looks like the 4 fields associated with a link (caption, description, picture, name) have all been deprecated as of API v2.9.
It looks like a v2.9 access token or config.api_version = "v2.9" both cause the 4 fields to be stripped out, and the post goes through successfully, no error or warning.
Only place I could find it mentioned is here: https://developers.facebook.com/docs/graph-api/reference/v2.9/user/feed near the bottom. Fields will be deprecated for all API versions on July 17th.

@TheStu TheStu changed the title put_wall_post deprecated fields in v2.9 link deprecated fields in v2.9 May 26, 2017
@arsduo
Copy link
Owner

arsduo commented May 28, 2017

Thanks! That's good to know. I'll rewrite that documentation. Were you able to figure out alternatives, by any chance?

@TheStu
Copy link
Author

TheStu commented May 29, 2017

Not really unfortunately. The workaround that I came up with was tweaking the title and meta description of the page being linked to, so that the data Facebook pulled from the page was more or less what I wanted it to be, but it's still a poor substitute.

@josealbertohm
Copy link

Hello! Maybe this is not the way to ask this, but I would like to know how I can to specify the Facebook API versión to be used in my ruby project. I've found some old documentation but in the Koala version 3.0.0 I don't know where or how I can set this to use the Facebook API version 2.9

@pawandubey
Copy link
Contributor

@josealbertohm I hope you resolved it but you can see the example of setting the api version per request or globally in the README: https://github.com/arsduo/koala#graph-api

@johansmitsnl
Copy link

How can this be solved to set a different image on the post?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants