Facebook API issue in Unity3D - "feature isn't available right now" - facebook-graph-api

I am making a game for Facebook. There is a feature for sharing resources (Life) like Candy Crush.
When I'm making call to FB.AppRequest, I'm getting
Sorry, this feature isn't available right now. An error occurred while processing this request. Please try again later.
It's happening only for the common users and not for the admin & Testers.
And I'm facing this problem for a month. Show me a direction to resolve this issue. Thanks

Spent 3 hours looking for this, indeed the correct Object ID is here: https://developers.facebook.com/tools/object-browser
Facebook, update your documentation !

Related

Handle Paypal Payments/Checkout in a Django Rest Framework

I want to implement payment/checkout, preferably the user stays on my website (Angular frontend).
I have been wandering around the docs of paypal for weeks, and googling too, but I don't seem to find an EFFECIENT way to do it (lack of drf tutorials and guides).
I also have seen django-payments, django-paypal, dj-paypal. but none of them has a clear docs about an integration with DRF...
I feel like I'm lost here.
any help? hints?
There is an amazing payment gate that you can get help from. its name is braintree, it's super amazing and it's used by big companies like Uber and Airbnb. it has a detailed document which helps you a lot.

How to change code of a live page without bringing down the service?

After more than sufficient googling and hitting dead-ends, i want to ask community if some one can point me to correct direction
My Question is :
I have some new features which i need to implement on one of my existing site.Due to some constraint i can not stop the web-service, so how can i implement the changes that i have done on my page from localhost to live-server?
Site is coded in PHP (if this info helps!! :) )
Its similar to what Google, LinkedIn and facebook does on their social network - implementing new chats windows or making a jquery box pop-up for a tour on page refresh (experienced this many times)
Any help / pointers is appreciated.
thanks!
PS : feel free to re-tag the question! :)

Facebook Story for my app: Unable to generate story

In the Open Graph Dashboard of my Facebook application I get error for my story saying "Unable to generate story" after creating both custom or storys with standard object.
So under the page facebookdeveloper/apps/myapp/story/openGraph where I usually have nice storys for different scenarios (one on one, multiple people, past tence) it just says error "Unable to generat story" everywhere.
My story titles says for example: "Mr X read a book.title on myApp" and then "Unable..."
There is no more information on why I get the error.
I had storys with similiar object etc. for the application previously which I removed. Cant his affect the creation of new stories?
Anyone else who has the same problem and a solution?
I had "Unable to generate story" until I completed the steps at :
Facebook Open Graph Story
Setup the Backend Server (just put the PHP example on a server you can access)
Test it using the Object Debugger
(Once you resolve any errors from Debugger) Publish a test action
OpenGraph can then generate the different scenario stories.
Hope that helps.
Try clicking on Manage Sample Data, create the sample object first, then the sample action. Setup the sample action to use the sample object you just created. This worked for me, just in time to stop me going mad. I got this solution from a Japanese site : http://konifar.com/1185
This error comes up because facebook has no examples of the story to render. It does not inhibit your ability to post the actions.
I know it's too late to provide an answer but it will be helpful to others who are having the same issue,I was having the same issue and it held me back by a couple of hours after one successful post you will be able to get the preview until then you can't get a preview.
Another point when publishing a test action:
It needs to be from your account, so if you have an account just for testing that's not the same as the admin account, it won't work
It can't be from a test user - I think this is related to the first point

Need admin access to my Facebook app

The developer who wrote my app initially is the only person who has admin rights to the app. Now it's being worked on by other developers and I cannot get him to grant me admin access. I've looked for ways around this but have not found a way yet, any help from the community would be much appreciated.
Thanks in advance!
OK so I figured out that it takes about 5 min to just get a new ID and recode my app. I haven't done it yet but it should be a breeze. One thing I'm worried about however, my app asked for users to verify who they were much more in the early stages and I hope a new ID doesn't resent the trust factor.

Facebook app stopped posting updates to the wall

Since Thursday our Facebook App has stopped posting updates to our page without any changes from our side.The error we got is
"OAuthException: (#200) User does not have sufficient administrative
permission for this action on this page"
but the permissions are all set properly (user = manager, app has access to wall etc) and our server gets the token back with the permission to post.
Has anyone experienced this issue lately and are there any solutions or suggestions to fix this?
I am not sure if this will help you, but solved it for me. Using the graph explorer I found with the APP_TOKEN it would not work, however changing this to the USER_TOKEN worked perfectly.