Invite guardians from the same domain to Google Classroom - google-classroom

I'm trying to invite a guardian to a Classroom course using Api Explorer. The student and the guardian's emails are in the same domain (as in the case that a school teacher has a son attending his school). The requests returns OK, but the invitation email never comes. I've tried with the same student with emails from other domains and everything runs fine. I've found nothing in documentation about this, neither in Classroom nor Admin Console.

Related

Google Classroom Error 400 InactiveCourseOwner

I am attempting to add a teacher to a course. I am assigning the teacher as the owner of the course. This is new course and this teacher is active in Google Admin but I am still getting this error. What should be my next steps?
After speaking with Google Support, they found that the user (teacher) was deleted and recreated with the same email the next day. The classrooms were attached to the old instance of the email. This is what was causing the 400 InactiveCourseOwner error.

Sinch Conference Call in Android Studio

Does anybody know how to invite a user to conference room and invited user can check whether if conference room is going on or has already ended? Also how invited user can see how many user are connected and disconnected to and form that conference room?
https://developers.sinch.com/docs/voice-rest-api-calling-api#section-get-conference-info
That enpoint will return participants, that enpoints will also return 404 if its not created.

how to view current user's facebook birthday notifications on graph api

So I am currently making a Birthday App.
and when I use the Koala Facebook api graph I cannot get ahold of the current user's birthday connections. I can get all other notifications and some birthday announcements in the feed. Can anyone help?
You can only get the birthday of the authorized user, with the user_birthday permission. You can NOT get the birthdays of his friends, friend permissions have been removed.
Meaning, a birthday App would only make sense between authorized users.

Can I log in to EWS with Conference room account credentials?

I have been trying to do some operations via EWS API (for Java) by using credentials of the account marked as a conference room, with no success so far. Each call ends with The SMTP address has no mailbox associated with it. I have been searching through EWS API reference but found no entry that Conference Room account or Resource account cannot be used to check its own calendar, schedule a meetings etc.
When I use my own credentials (personal, not conference room) same code works fine.
The question
Is it possible to read appointments using EWS using only Conference Room credentials?

How to get parameters from link sent to Facebook Notifications

Not sure how to ask this question. I have implemented a ConnectInterceptor. However, I don't think it will have the parameters that are in the link sent to a user in their Facebook notifications.
Here is the scenario. A user is logged into our application (Facebook Flash app, iOS app, Android etc. Doesn't matter) The user has connected their Facebook account to their login. Now they go to a page that shows all their friends on Facebook where they can send an invite to that friend to join our app (signup). In that invite that we send to the friend's notifications has the userID (our app) and a gift/productID in the link that will take the user to our app in Facebook where they can join. When they join, it will connect their Facebook account to our app, and at that time we have to give free chips to the user that invited the Facebook Friend (hence the userID in the link) and give any gift to the new user (hence the gift/productID) in the link sent to their notifications.
So I need access to the userID and gift/productID when creating the new user in our app. New user is created in a ConnectionSignUp implementation. But that has execute(Connection) which will definitely not have the user and gift IDs in the call.
Basically, in our app we have players inviting Facebook friends to join the game, and if they do the player inviting will get free chips and the new player might get a gift or free chips, but only when the new player signs up/links their Facebook account in our app.
So I thought an interceptor would be able to get it from the
void postConnect(Connection<T> tConnection, WebRequest webRequest) call.
Will that work, or is there another way to implement this use case that we need.
Thanks
Mark
See comments for answer. Interceptors is the way to go

Resources