Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by wanted748 · Feb 14 at 01:49 PM · facebook

How to get Open Graph object ID in Facebook app request method when trying to send a gift to friend.

I'm trying to send a gift through Facebook game request method.

https://developers.facebook.com/docs/games/services/gamerequests/

Setting the "OGActionType" as "Send", however I can't figure out where to get the "object_id" as the Open Graph Objects have been deprecated and no longer shows in the developer console. I tried creating my own open graph object by setting up a html page with "Open Graph Meta Tags" and verified that it's working through the "Facebook Sharing Debugger" as explained here

https://developers.facebook.com/docs/sharing/opengraph/using-objects/

but it doesn't show me the "OpenGraphID" and I can't figure out where to find it. I tried passing the page URL as the object ID but that didn't work as expected. Is it even possible to send gifts now? I'm completely lost as most of the answers that I have found are obsolete specially since Facebook has deprecated the open graph objects within the console.

For clarification, this is how I'm trying to send the request. I can successfully send normal requests (without specifying the "OGActionType" and the object ID) but that's not what I want.

    if (!FB.IsLoggedIn)
    {
        Debug.LogWarning("Failed sending gift as the player isn't logged in to facebook");
        return;
    }

    // FB.AppRequest(faceBookRequestToBeSent.GetMessage, OGActionType.SEND, objectIDURL, idOfReceipents, faceBookRequestToBeSent.GetAdditionalData, faceBookRequestToBeSent.GetTitle,

    FB.AppRequest(faceBookRequestToBeSent.GetMessage, idOfReceipents, null, null, null, faceBookRequestToBeSent.GetAdditionalData, faceBookRequestToBeSent.GetTitle, (result) =>
     {
         Debug.Log($"result: {result.RawResult} ");

         if (result.Cancelled || result.Error != null)
         {
             Debug.Log($"Failed sending gift. Error: {result.Error} ");
             return;
         }

         var res = result.ResultDictionary;

         Debug.Log("Request sent " + result.RawResult);
     });

}

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

178 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

I can't see anything on the, Android Build Facebook Settings, tab. 0 Answers

Google Play and Facebook leaderboards 0 Answers

Facebook Invite and track 0 Answers

Facebook sharing on iOS with Unity game 0 Answers

Facebook WebGl Instant game stuck at 0% Loading 6 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges