Questions tagged [facebook-game-groups]

App and Game Groups give games the ability to integrate Facebook Groups into their game.

App and Game Groups give games the ability to integrate Facebook Groups into their game.

With this API, games can gather players into groups and give them a space for sharing content and discuss their experience in your game

18 questions
4
votes
0 answers

Facebook Application Group Limitations

I am investigating building an application that will heavily leverage Facebook's app/game groups. During my prototyping I noticed the following limitations: 1) Number of Groups - There seems to be a limit on the number of groups an application may…
2
votes
1 answer

Joining an app's group (v2.0 SDK)

I was trying to use the app groups functionality, and wasn't able to get it working properly. As per this document: https://developers.facebook.com/docs/apps/changelog#v2_0_games It states that the behavior is changed as follows: 1) Join Group…
2
votes
1 answer

How to invite an authed facebook user apps and game group using facebook api?

i am working on a problem here. I want to add any person who visits my website to a closed group on facebook. For this i have create an app and asked for permissions but even after it show status = connected the app is not inviting users and returns…
2
votes
3 answers

Creating a Group using the Graph API

We're researching the Facebook API for a project and hoping to leverage the Groups API in native iOS and Android apps. In particular, the ability to create and participate in many of the features offered by Facebook Groups. None of our Facebook apps…
1
vote
3 answers

Why FBInstant.chooseAsync method not sending game play request to friend?

I am trying to send game play request to my facebook firend using FBinstant.chooseAsync method. But no request is sending to my friend and I am not getting any data at callback after calling this method. Here is my game code - …
1
vote
1 answer

create facebook-game-groups returns empty dialog

I'm adding facebook game groups to an Android app and trying to create a facebook game group using Dialog as appears in the documentation - https://developers.facebook.com/docs/games/app-game-groups/v2.1 Bundle params = new…
1
vote
2 answers

FB Graph API - (#3) Application must be whitelisted or users must be testers

I have FB App and through it created group, so I can invite/add new members of this group (via Facebook Graph API). It works perfect 4 days ago, but now I get error "(#3) Application must be whitelisted or users must be testers." and I can't add…
Petr
  • 45
  • 1
  • 5
1
vote
1 answer

Issue a request for a user to join a group?

I'm using the app and game groups API atm and am trying to let users Join app groups that they see while browsing. I've researched how to do this and am not sure how to do this. It seems that I would have to issue a user to user request from the…
1
vote
2 answers

Facebook Graph API error: Application must be whitelisted or users must be testers

Applications can invite users to a group by issuing a POST request to /GROUP_ID/members/USER_ID with an app access_token. When I do this with a user who is a tester everything works fine. If I try this with a non tester i get the error…
1
vote
1 answer

Facebook App and Games Groups API - (#3) App must be on whitelist

I am trying to create a group the App and Games group API, using the Graph API explorer. I am getting the following error. Do you have to be an approved app center app to be able to use this feature? (#3) App must be on whitelist
Peter Denton
  • 53
  • 1
  • 7
0
votes
1 answer

FB.ui callback is not working from 1st Feb 2018

FB.ui callback is not working from 1st Feb 2018. The payment window can't pop up in the web game. Any insight would be appreciated. var options = { method: 'pay', action : 'purchaseitem', product: product, request_id:signed }; …
0
votes
1 answer

Handling Invitations/user management to a multiplayer turn-based game (mobile)

I'm beginning the technical design phase for a multiplayer, turn-based game. I'm having trouble designing the solution for user management/handling invitations. From my research, it seems like their is fragmentation on how this is handled today…
0
votes
1 answer

how to Create Group under Facebook APP in ASP.NET

//App Token string AccessToken = "41389678736"; try { var fb = new FacebookClient(AccessToken); dynamic fbInfo = fb.Post("/v2.2/" + "9192461854" + "/groups", new { name = "Create APP Group one", …
0
votes
0 answers

Facebook get members posts in an App and Game group

Is there a way to get members posts in App and Game groups? Because when I use /%group-id%/feed in Graph API (using App Token Access) it only returns posts of the App. But when I open the group's page in Facebook I can see all posts of members of…
0
votes
2 answers

How to restrict a Facebook group to authorized users?

I'm developing a Web app that has a Facebook group associated with it. I want only authorized users of my app to be able to join this group, and I don't want them to have to be manually approved by a group admin. My first thought was to use the…
Taymon
  • 24,950
  • 9
  • 62
  • 84
1
2