-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Likes & Comments missing #26
Comments
It should be added in bfdf7b7, you can test it before I release a new version. |
in |
I noticed that the Instagram API does not contain that information but I thought it was specific to my test account. Yet I will have to further check why the data is not returned. |
Okay it seems that for every media item a separate request is needed. However when I do that, I get an error:
… which could be related to the missing I am not able to verify my app and I don't have any other idea what could be wrong. Thus this issue will remain open until somebody can shed some light on this. |
I could offer my App Credentials and add your testing Domain to the app, if that would be of any help. |
Has your app been verified by Facebook and is approved/public? |
Oh I see. Facebook has changed what is can be read in devmode.
Requesting live mode for every app / user that uses your plugin, might be unrealistic. Maybe this plugin could come with its own public facebook app, that anybody could use. |
If that is the case then I guess we cannot do much about it as of now. I will leave this ticket open though, maybe somebody has an idea how to solve that other way. |
The |
So this in fact could be implemented as an optional checkbox in the module settings, yet I would need a test account that has enough permissions. If anyone has a verified account, please let me know 🙂 |
since the update, data for the likes and the comments seem to be missing.
before we could use the $item['likes']['count'] and $item['comments']['count'].
Is this information still available in the new API?
Would it be possible to add them again?
The text was updated successfully, but these errors were encountered: