Facebook API - get list of user groups - facebook-javascript-sdk

I am developing a website which users can log in and share their link on facebook groups which joined by them, but I don't know how to retrieve the list of groups which joined by the user. Anyone, please assist me.
Thank you.

It´s not possible anymore, the required permission for it has been removed and you can only get a list of groups you manage with the user_managed_groups permission. See the changelog for more information.

Related

Search Users by Assigned Role

I'm trying to find a way to export a list of users with a specific role assigned.
So far I have went through all the KB articles and the forum, but unsuccessfully
Would anyone know how to do that?
Open the Users page and write access(with: role_name) in the filter bar. It will show all users that have a role_name in any project.

iTunesConnect Users and Roles

Man this sucks....I am trying to set up ApplePay using stripe. It's documentation states I need to log into iTunesConnect and click Users and Roles.....
https://stripe.com/docs/apple-pay/web
And when looking at the actual Apple docs, it says the same thing:
https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SettingUpUserAccounts.html
and here:
https://developer.apple.com/support/apple-pay-sandbox/
But, when I log into iTunesConnect I see this screen:
I just can't seem to find where I am supposed to find users and roles.....
Does anyone know how I can get to this elusive screen?
This is because you are not a team agent for your developer account or you are not added as a user to itunes connect.
The Team Agent of the apple developer program will have access to add other users and assign roles to them. Please refer to https://www.meatti.com/blog/how-to-create-itunes-connect-limited-user/ on how to add user and assign roles in iTunes connect.
Refer to https://developer.apple.com/support/roles/ to know about the iTunes connect and developer account roles in detail.
I'd look down the Apps route there.
If this is your first interaction with iTunes Connect, there will be a certain amount of setup you need to do before you get to view/edit users and roles.
It's because you have to register as a developer. Once I had done that, the options showed.

instagram App Permissions Denied

We have an app and have built in IG integration but keep getting denied on our submission. We want to allow our users who have IG accounts to sign in on our app and then link their IG account. We show the IG icon and their IG name with a follow button so a user can gain followers on IG through our app. We need the follower list permission so that we can know if they are already following them or not and the relationship permission so that we can follow from our app. We have detailed the use case demo'd on a video but this is the only reply we continue to get. Any assistance would be great.
follower_list:
This permission (follower_list) does not support the use case you described in your submission notes, screencast and website. Please review Login Permissions (http://instagram.com/developer/authorization/) for a comprehensive list of permissions and valid use cases.
relationships:
This permission (relationships) does not support the use case you described in your submission notes, screencast and website. Please review Login Permissions (http://instagram.com/developer/authorization/) for a comprehensive list of permissions and valid use cases.
I'm running into the same issue with them declining my application for a valid use case.
I think it's because there wasn't enough information for them to validate the app, or the website isn't following their Platform Policy. I would read through it and make sure you're doing everything they want you to do. I would triple check what use case you picked and how you justified that your app falls into it.
It's also good to cover these, taken from Instagram.com:
Your submission should explain what does your app or company do, which
of the approved use cases your integration falls into, who will be
using your app, how do your user authenticate with your app, how you
use the API to power your integration, how does your product use the
data acquired from Instagram, etc.

How can I get Instagram API Permissions?

I have the problem in Instagram Permissions that I sent 2 submissions, which got denied... LOL My app needs public_content Scope but Instagram approved only my basic request. I am wondering whether you may help me to use my app to solve this issue.
Regards: amir
Try using this call of api to get the access code
https://api.instagram.com/oauth/authorize/?client_id=[]&redirect_uri=[]&response_type=code&scope=public_content
Try reading the oficial Instagram developer guide. This links can help you.
link | https://www.instagram.com/developer/review/
link | https://www.instagram.com/developer/authorization/
In this website you can read about permissions on three main criteria.
Criteria for Review
1. Utility
The requested permissions must provide a non-automated, authentic, high-quality experience to your user and the larger Instagram community.
2. Visibility
Data gained from the permission needs to be tied to a direct use and visibly used within your app. We do not accept permission requests for data that you may decide to use later.
3. Validity
The requested permission needs to be tied to a valid use case.
Regards

LinkedIn Groups API: retrieve comments to questions?

I can understand from this page: https://developer.linkedin.com/documents/groups-api
that it's only possible to retreive information from the Groups API having an authenticated group member to do it through.
What I need to is periodically retrieve the comments to a particular question posted to the group, not necessarily by my own user.
So I was thinking if it was possible to programmatically authenticate a user (that is member of the group) and through that user retrieve the Group information I need.
Do any of you have experience with that or know of any other way of doing this without having a user authenticated through the webbased linkedin login?
Kind regards,
David