Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Deprecation is a status applied to software features to indicate that they should be avoided, typically because they have been superseded.
-1
votes
0answers
111 views
Alert says using deprecated HREF without absolute URL on a Static HTM web site [closed]
How am I going t get that to work on a static .htm web site?
I have tried everything I know how to do with no success.
In my case my code is written in html.
I am getting an alert that says I am ...
0
votes
1answer
43 views
Facebook android v2 deprecated
I got a notification saying that in June Facebook for Android v2 will be deprecated and no longer work. I replaced my facebook jar with the latest v3 jar and the existing code in my android app still ...
0
votes
0answers
101 views
Redirect user back for Facebook sharer
How do I use the facebook sharer (http://www.facebook.com/sharer.php?...) so that user returns to my page after submission? Can I pass a redirect url?
I would like to use this with a redirect url.
...
0
votes
0answers
107 views
Facebook api-How to tag facebook friends in a status update
I've been writing a blackberry app which has facebook integration. Two days ago Facebook deprecated some of its api. Prior to this, a user of my app was able to pull up his facebook friends and say ...
0
votes
0answers
9 views
What's the non-deprecated way to determine the privacy/visibility of an event?
https://developers.facebook.com/docs/reference/api/event/ describes the privacy field as:
string containing 'OPEN', 'SECRET', 'FRIENDS', or 'CLOSED' (deprecated)
If it's deprecated, what's ...
4
votes
1answer
219 views
Replacement for deprecated Facebook code for Android
I want to know the exact replacement for the below code without deprecated code.
Moreover, i want to try it in new Facebook SDK 3.0.
Facebook aFacebook = new Facebook("app_id");
if( ...
1
vote
1answer
210 views
Deprecated REST API - android
I have created an android app to login using facebook, create events on facebook, create events on facebook. I think I have used a deprecated API but I thought I used the latest API - graph api. In my ...
0
votes
0answers
50 views
offline access deprecation - impact
My website uses Facebook for signin / signup. Access token is obtained from the server side with offline_access permission. The website functionality is such that, all users can see each other's ...
-1
votes
1answer
48 views
Long-lived page tokens are unobtainable for some apps
Facebook's offline_access deprecation migration was scheduled to be released earlier this year. However, it was delayed multiple times until October 3, presumably because it was buggy and had yet to ...
0
votes
0answers
794 views
Facebook deprecated offline access - get long lived access token
I'm running a website that contains some events. When an event is added to the website, the event should be posted to facebook.
This works perfectly, but I'm trying to update it because of the ...
3
votes
1answer
686 views
Is XFBML being Deprecated?
According to Facebook, FBML has been deprecated and will be removed on July 5th 2012, as quoted here.
This is not a duplicate of this question as I am referring to XFBML not FBML.
My question is ...
6
votes
4answers
1k views
Extending facebook access token after 60 days
Is it possible to extend the 60 day access token? I read somewhere that when a user visits your site it can be extended? (for another 60 days)? Will this be the same token or a new token entirely?
I ...
2
votes
1answer
564 views
Getting Facebook error 11
I am using
version 5.0 of BBplugin in eclipse and the FB jar lib ( FacebookBlackBerrySDK-v0.8.25.jar )
i get an error
API error code :11
API Error Description : This method is deprecated
Error ...
2
votes
2answers
455 views
Do old Facebook offline_access tokens keep working with offline_access deprecated?
I have stored access tokens with offline_access from users of my application. I prepared it to get and extend tokens for 60 days to have my app working with offline_access deprecation. But I need to ...
0
votes
1answer
2k views
Is fb:multi-friend-selector deprecated?
I have a page in my website to invite Facebook friends to use my website and the code is pretty standard stuff
<fb:serverFbml style="width: 755px;">
<script type="text/fbml">
...
11
votes
2answers
2k views
Key Facebook insights metrics deprecated — alternatives not documented?
Over at https://developers.facebook.com/docs/reference/fql/insights/ Facebook states::
We are deprecating some old insights. These metrics are marked as __deprecated__
throughout this document. After ...
1
vote
1answer
3k views
How do we style custom login buttons without fb:login-button after fbml is deprecated?
Can you help me figure this out. Are my assumptions correct here :
fb:login-button will be deprecated in 2012 along with all fb: tags.
The alternative to fb:login-button is use a html button tag (or ...
1
vote
1answer
613 views
empty array returned with user_photos permission
I was using the user_photo_video_tags permission, but after it was announced that it would be deprecated, I switched the permission to user_photos.
Without user_photo_video_tags and with only ...
3
votes
4answers
636 views
When is Facebook deprecating the JavaScript SDK?
I've asked this on the Facebook Developer Forums, but no-one is answering, so thought i'd ask it on Stack.
I've got a website which integrates with Facebook Connect using OAuth for authentication. ...
1
vote
1answer
892 views
FBML is being deprecated? [duplicate]
Possible Duplicate:
Deprecating FBML
Hi guys,
I was thinking to integrate some facebook experiences in my web pages, but I found this message about FBML:
We are in the process of ...
1
vote
1answer
161 views
When is Facebook turning off their session based auth?
I've done some searching on Google and SO but I can't seem to find a definitive answer.
Facebook has depreciated session based authentication in favour of OAuth 2.0. What I'm looking for is an ...
1
vote
0answers
337 views
Facebook API: methods are going to deprecate [closed]
We received email from facebook regarding methods going to be deprecated. They have mentioned "auth.getsignedpublicsessiondata" is used by our application and is going to be deprecated.
We tried to ...
1
vote
2answers
3k views
Deprecating FBML
As you probably already know (or read quote at the end of this post), Facebook is deprecating FBML in favor of iframes for developping applications.
I am currently launching a new browser plug in and ...
4
votes
3answers
4k views
facebook application: how to put html code like 'a href' inside news feed content? (After the newest api update)
After the newest Facebook update for publishing news feed, it seems that it doesn't support html code (like a href) inside the new feed content anymore
But I still see feeds with click-able link ...
