You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
I think this is the right way to do it, but when i need to get a Photo: Photo photo = facebookTemplate.mediaOperations().getPhoto(postId);
My Photo object comes only with Id and Created_time parameters.
if I use an app with api 2.3 it does not happen, all the attributes are present.
I think you miss to add the availability to add a fields array in come methods
is this a bug or i'm doing something wrong?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys!
I'm having some problems with lots of methods.
When i want to get a post, comment, conversationMessage or photo objects y need to send the list of all parameters I need from all these objects.
Example for Post:
Example for conversartionMessages:
Example for coments:
I think this is the right way to do it, but when i need to get a Photo:
Photo photo = facebookTemplate.mediaOperations().getPhoto(postId);
My Photo object comes only with Id and Created_time parameters.
if I use an app with api 2.3 it does not happen, all the attributes are present.
I think you miss to add the availability to add a fields array in come methods
is this a bug or i'm doing something wrong?
The text was updated successfully, but these errors were encountered: