I received a mail from Facebook:
Hi,
In working to create a great Platform experience for everyone, we ask developers to ensure the apps they build comply with our Platform Policies. Your app xxx (AppId: xxxxxxxxx) doesn't comply with the following:
Platform Policy 8.1: Verify that you have integrated Login correctly. Your app shouldn't crash or hang during the testing process.
During Login, your Android app is crashing or hanging excessively, creating a broken experience for people trying to use your app. To make sure this flow runs smoothly, check that you've integrated Facebook Login correctly. We recommend that you test Login on all integrations. If you have not already done so.
Please make the requested changes by 2019-08-08 at 12:00 PST.
Let us know when you've updated your app by replying to this email. If we do not hear back from you, your app will be subject to enforcement. If you have outstanding questions, respond here and we'll do our best to help.
Thanks,
Facebook
I have used the latest Facebook SDK in my app. Can anyone tell me how to deal with this situation. I really need some help right now.
Any help would be appreciated!
Related
I don't know what you guys think, but I believe that the Facebook SDK documentation is very limited and doesn't explain very much; Luckily throughout the use of some videos I was able to set up most of the integration that I needed.
However my application doesn't interact with just Facebook friends. It interacts with anyone and everyone using the application. Meaning if Jim and Sally aren't facebook friends, they can still see each-others profile picture, age, and name.
I'm not asking for you guys to write this out for me, but a nudge in the right direction would be lovely, perhaps accompanied by a link.
There is no API to "get all App users", you would have to store each user in your own database. Of course you have to deal with users deauthorizing your App - you can do that with the "Deauthorize Callback URL" in the advanced settings of your App.
So I have an iOS and Android phone application that also has a Facebook application which enables users to share information. Every time someone downloads the application my analytics should show installs both iOS and Android, unfortunately it is just iOS, I'm not sure how to get it to register the Android installs, can anyone help?
This is very easy to do, just from looking at the documentation, please check there next time. Here is what you need to do:
On your very first Activity add the following to your onCreate, As you can see below it requires a context and maybe the application ID.
AppEventsLogger.activateApp(this, yourAppIdHere);
https://developers.facebook.com/docs/reference/android/current/class/AppEventsLogger/
I'd like to test a mobile app in development, which will use the Facebook API to log a user in and read mutual friends. However, from what I can tell, I can't use the API to log in a user unless the app is verified, but to verify the app, the review team will "need to test and verify [my] Facebook integration."
Considering (per my impression), I wouldn't be able to test my own integration before submitting it, I'm rather confused. I feel like this is a "chicken and the egg" thing, so I imagine I'm not understanding how this works correctly.
Could anyone please explain or point me to any resources that will? I've been searching endlessly on how to do this.
Thank you!
No need to wait for its approval. You'll need to create the app on itunesconnect.apple.com and then you'll be able to use the Apple ID you'll be given to test it.
I've developed an Android app which uses Facebook SDK 3.0. On developers.facebook.com its showing a lot of API errors most common ones are :
auth.androidauthorizeapp
auth.extendssoaccesstoken
Can someone tell me what I can do to fix these errors ? Your help would be highly appreciated.Thanks.
From the two errors you've provided, I can't come up with much. However, I wanted to make sure you haven't overlooked the answer.
My suggestion to you is to look at the page below and see if any of the situations given at the link below may apply to your scenario:
See this page on the Facebook Developer site
Here is an excerpt regarding the second error:
"Facebook doesn't notify you that a previously issued access token has become invalid. Unless you have persisted the expiry time passed to your App along with the access token, your app may only learn that a given token has become invalid is when you attempt to make a request to the API."
I have an app currently on the Android market. I am updating the app to add Android Licensing. I Basically took the example from Google Android and added it to my app. I changed the public key to mine. I added my email address to the licensing exclusion list. I am running my app on an android device and it is saying the app is not licensed.
How do i fix this?
Are there any good tutorials on android app licensing someone has came across?
Maybe your permission on your publisher account it's wrong.
Add your e-mail account test and check the Test Response menu. Change to LICENSED.