I worked on app where I was sharing information using FBConnect. I was sharing title, description, URL and Image which was working fine before some days ago but suddenly I am getting issue while sharing data
ERROR; This endpoint has been deprecated .To temporarily reenable it ,you may disable the "augest_2012" platform migration. it will be disable permanently on August 1,2012
can any please help me on this issue.
Thanks
It's not a answer! but I got this error while implementing this on Android app facebook integration
Related
I am struggling to login on Xamarin Forms with Facebook on android specifically, ios is. still working, the implementation in my app is as described in this article: https://evgenyzborovsky.com/2018/03/09/using-native-facebook-login-button-in-xamarin-forms/ and has worked perfectly until Facebooks changes. Now when users try to login we get the following error message on android only: "Login disabled", "For your account security, logging in to Facebook from an embedded browser is disabled. You may be able to continue by updating the app you're logging in from and trying again."
I have read the write up on Facebook Developers here: https://developers.facebook.com/docs/facebook-login/android/deprecating-webviews
But the solution does not seem to be clear for Xamarin Forms as we are using Xamarin.Facebook.Android version 7.1.0
Any help or being pointed in the right direction will be appreciated.
The package has been updated few days ago to the version 11.2.0.1.
https://www.nuget.org/packages/Xamarin.Facebook.Android/11.2.0.1
I had the exact same issue and it's now fixed.
I have a website http://coolfuzz.com
when I share any article through desktop, laptop it is working fine. But when I am trying to share it through mobile, I am getting an error.
The page you requested cannot be displayed right now. It may be
temporarily unavailable, the link you have clicked on may be broken or
expired, or you may not have permissions to view this page.
My traffic is 90% mobile driven so I am losing a lot of visitors. I have tried installing different plugins but no benefit. I have gone through the code for one full day but no reason why it is giving me this error?
Please tell me how to solve this issue?
The page, if anyone want to try for the use case could be http://coolfuzz.com/what-if-ms-dhoni-would-be-an-it-project-manager/
Thanks in Advance.
I encountered the same problem in which sharer works on desktop version but throws "temporarily unavailable" on mobile (m.facebook.com).
Then, I made the Facebook App live, and the problem is solved.
Go to your app at developers.facebook.com > Status & Review.
Do you want to make this app and all its live features available to the general public? Yes.
How do you disable this? I just created a page on FB (today), and I got this error as I was trying to link my twitter account to the page.
"ERROR:This endpoint has been deprecated.To temporarily reenable it,you may disable the "august_2012" platform migration. It will be disable permanently on August 1,2012."
It's a twitter issue. The twitter app for facebook has not been updated to the new iFrames framework, and still relies on the FBML framework. Thus we'll have to wait till the app is updated. The solution provided above only works if the developer of twitter app enables that option. You can read more here: http://technoritz.com/post/28770685151/this-is-not-a-facebook-problem-it-is-a-twitter
Here is the official response from twitter: https://twitter.com/Support/statuses/231138059071156225
I am new in developing my facebook application. I know php, HTML. I have a application in my server: http://www.example.com/app_name
with only one file written in php i,e index.php
I filled all the requisite as instructed by facebook documentation for canvas URL and all. Now when i am trying to access this http://apps.facebook.com/app_name
I get this error: The Page you requested was not found.
https://www.facebook.com/4oh4.php
Can anyone please help me????
There is a currently open bug report in Facebook's bug tracker about this issue: https://developers.facebook.com/bugs/325223977546904
It could take a while for your app to propagate to all FB servers so you may just have to wait a little. Are you logged in as the administrator to the app? If you have it set to private then you will be redirected to the 404 page if you are not an admin or tester.
I had the same issue which seemed to be transitory. About ten minutes later the site started working again. Facebook.... Sigh.
i have made use of "FBConnect API" in my app for fb sharing..
Before two-three weeks ago it was working fine. but now it does not display share page at all.
Does any one know what is the issue with it?
OR
Any one know how to resolve this issue?
i have tried other sample apps for FBConnect api but i saw same problem in other app also.
You may get this issues of using old API's. But Below links may help you.
This is a link for new facebook ios sdk
https://github.com/facebook/facebook-ios-sdk
Tutorial is here to integrate your facebook
http://developers.facebook.com/docs/mobile/ios/build/
I have written a code to work for facebook integration with dialog page. You can use my code from below link. but dont forget to include your app id in .plist file and also inside the code.
https://stackoverflow.com/a/9954128/1083859