I can't get my cover using facebook graph api v3.0 - facebook-graph-api

I am building social networking mobile app using Ionic Framework 3.
I have to get user's cover to make the profile screen.
I could get it using facebook graph api v2.12.
But I can't get it using v3.0 .
Can anyone help me what the reason is?
Please check this image https://i.stack.imgur.com/bWU18.png

According to the changelog, the cover field is deprecated and will not work in v3.0 of the Graph API anymore:
https://developers.facebook.com/docs/graph-api/changelog/version3.0#gapi-change

Related

How do you handle a discrepancy in what version of graph API FB says you're referencing, and what you're actually referencing?

Facebook says we're referencing v2.6 of the graph API currently, but
our code says otherwise.
Web: Currently on v2.8 and v2.9
IOS: Currently on 4.28 which uses Facebook Graph API v2.9
Android: Currently on 4.33 which uses Facebook Graph API v3.0
But this is what I see in the developer area on FB: https://imgur.com/OJTNQnu and https://imgur.com/94MaBJ8
Looking for recommendations on how to make sense of this. I'd like to avoid scrambling to upgrade if we don't need to for several more months.

Facebook developer / user_events

I've seen the Facebook announcement this morning. I've also seen that there is a 3.0 API and that old apps need to be reviewed and that new apps can now be reviewed. I'm trying to finish a new app but 'me/events/not_replied' still doesn't seem to work and returns an empty array whether using API 3.0 or API 2.12.
Is it working for you ?
Thank you
https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#events-4-4
GET /events — You can no longer get the following edges:
...
noreply
...
It is not possible anymore, not with any API version.

Error processing in payments for facebook canvas app

I have created a Unity WebGl game which i want to implement as
Facebook Canvas App.I am using the latest version of Facebook SDK which supports WebGL.I have used:
But everytime i tried to pay it give me:
"There was a problem processing your payment".What could be the reason for this?Please anybody help me?

Which library for implementing Oauth in django?

I am developing API using django-tasty-pie and wanted to know which library to implement to get the OAuth working for basing username/password. I want to use this API to do calls from an Android app and a chrome app that would do the user registration. I know about django-social-auth. But I am not exactly dealing with social auth here. Just basic OAuth would do.
To get a feel for landscape read this blog post: http://pydanny.com/the-sorry-state-of-python-oauth-providers.html (it also lists all the alternatives).
I looks like Idan's library is most up to date: https://github.com/idan/oauthlib
The post in the accepted answer stated the following at the addendums to the article:
07/07/2013 - Please consider
https://github.com/evonove/django-oauth-toolkit for use as a
Django-powered OAuth provider. The team behind it is doing it right!

How to programatically create a Facebook application via JS SDK or Open Graph API? (createApplication)

I know there are currently two methods that can be used to do this, documented (poorly) on Facebook's Developer site:
The old (depreciated) JavaScript SDK FB.Connect.createApplication
A new FBJS method Facebook.createApplication (only for use on Canvas pages)
The problem is that I not using a Canvas app that runs FBJS, and I am not using the OLD JS SKD. I am trying to do this on a regular old PHP website that uses the current JavaScript SDK and the PHP SDK.
I am doing the usual Open Graph API calls and such with the current SDK, so I understand the basics, I'm just not sure how to proceed to use the OLD SDK, or if (fingers crossed) I even really have to?
So, is there a way to make new Facebook Apps with the current JS SDK? Or with a server side PHP SDK call to the Graph?
And if not, how do I call the old SDK to do this?
Thanks
UPDATE: You still can't do this, but there is an official bug in the Facebook tracker about it: http://developers.facebook.com/bugs/295627350461318
There isn't outside of the OLD SDK as you indicated. It's been removed (what Facebook calls "deprecated"). I put in a feature request recently for them to add it back into the API:
Me:
The Facebook Developer tool is
considerably lacking in features. We'd
like to be able to create a third
party application that adds layers of
functionality to the developer
application, but we'd need to be able
to create and administer applications
via the Graph API.
The Graph API supports querying for
information on existing applications.
To create, administer or delete
applications developers must go to the
Developer Application.
Them:
------- Comment #1 From Jeff Bowen 2010-12-07 16:59:12 (-) [reply]
------- Thanks for the request. We’ll track this on our wishlist