i am using php sdk for creating album in a group ,publish_actions and user_managed_groups permissions are already given as these are required according to the graph api docx:
https://developers.facebook.com/docs/graph-api/reference/v2.4/group/albums
but i am unable to create album getting error:
(#10) Application does not have permission for this action
If someone can help it will be really appriciated.
Related
I have install app to private group, after app preview app has following permissions:
groups_access_member_info
public_profile
email
Groups API
After app installation to group I'm able to call groupID/feed and I can see posts and comments that I have made (I'm group admin) including my user object. My goal is to see which user made comment with its id, name etc. In access token debugger it has all permissions. App is already in live mode with Business Verification. I tried to find answer in documentation but according to documentation app has all required permissions.I also tried to remove and install app again to group but it works the same way.
Is there any way how to deal with this issue ?
Thanks in advance
Our application (kind-of got legacy) has been using IG API to authorize users (by using the uid attribute returned from IG's callback API response) and we have left email as an optional param (safe to assume that there are many users in the application database without email IDs persisted)
With new Instagram Basic Display API (advised), it's mentioned to use Facebook Login for authentication purpose. But I am facing a major problem of identifying existing users now (since the uid will be different).
Also I have a doubt on what will have happen for users having instagram account without linking their Facebook account to it?
I could not find a proper explanation or a documentation for seamless migration for my situation.
Please help with sharing the right resource or guidance to achieve the same.
I have access-token and using 3.3 version of facebook graph API. I am unable to get the friendlist of user. Can somebody help me to get friend list of person so that I can send them an invitation to install my app.
If it´s a game, you can use the Game Request dialog: https://developers.facebook.com/docs/games/services/gamerequests/
If not, use one of the Sharing Options described in the docs: https://developers.facebook.com/docs/sharing/
There is no way to get the friends with the API anymore, you can only access friends who authorized your App too - with the user_friends permission.
I am facing a problem to get the page list of a user which he liked for some user.I found the issue.i.e when we use the link https://graph.facebook.com/me/likes?access_token=AAAAAAITEghMBAPyx23APxfNtEtmhzqlGVu4pe0ZBsPStne2vo7ZC0jVbKscpLabWzhhO0zCl55Q7djG7WOk1jTXLLUQtnmd9a4Exr42SbJgZAgYH1D9 directly we are getting the list because access token is provided by the facebook is different frm which we are getting through api.
Here is the app url which has the problem.
http://www.facebook.com/reasearchanddevelopment/app_147970198679455
Is there any solution for this problem.
Thanks,
Rajesh.
Add "user_likes" permission to scope parameter when getting url for login user to facebook.
Source: https://stackoverflow.com/a/7601553/1285871
can anyone help me with photo tagging using facebook's PHP SDK? I have tried a lot but its not working for me. i was using php sdk 2.1 and i was perfectly working. now it is also showing error "(#121) Invalid photo Id"
Solution
add this permission to the required permissions:
user_photos