Tagged Questions
0
votes
1answer
55 views
How can we use already existing facebook pages as pages for objects of facebook open graph application?
I want to create facebook open graph application with build in object type and custom action type. For objects, I don't want to create a page for each object and want to use already existing facebook ...
0
votes
1answer
152 views
console.log won't show in firebug on facebook
In a Facebook page tab, console.log('test'); output won't show in firebug on firefox.
Tried on chrome and they don't show up in firebug either, but they do show up on the javascript console on chrome. ...
1
vote
0answers
134 views
IE 9 Security Warning for Facebook - Related Files When Viewing Page Tab
I have a page tab app. The site that has my app hosted has SSL enabled. When I view the page tab using IE9 I get an insecure content error and in my console I can see:
HTTPS security is compromised ...
0
votes
1answer
126 views
Error deleting Facebook post: OAuthExceptionMessage: (#200) This post wasn't created by the application
I have a Facebook App and a Facebook place page.
I have linked the App to the page using http://www.facebook.com/add.php?api_key=251531424968346&pages=1&page=108505012565098
I can make post ...
1
vote
1answer
646 views
JS SDK - Posting to a page wall
I am using the JavaScript SDK. I have an application that has publishing permissions and after certain actions are taken a post will be made to the logged in users wall like so:
...
0
votes
0answers
159 views
Country Restriction on Fan Page Photo Album
Is it possible to restrict what countries are able to view photos on a specific fan page album? I haven't found anyway to do this so far. I did however find a way to restrict the full fan page and ...
-1
votes
1answer
357 views
Add app to page tab dialog - How to get the ids of the pages where the tab was added in return?
I have to display different content for different pages using my app in a page tab.
I want to allow the user to add my app using the Add app to page dialog.
The problem is i have to get the page ...
0
votes
1answer
169 views
How to associate meaningful key with page id for Facebook Page Apps
We are creating a Facebook Page Tab app. We want this to be installable on our customer's business Facebook Pages. They will install this by visiting our SaaS app, where we have a specific customer ...
2
votes
2answers
263 views
Should I include Facebook JavaScript SDK if I'm not using its functionality?
I have built a couple of very basic applications to be used as custom tabs on my FaceBook page. All that these tabs contain are some hyperlink images.
Is there any reason for me to load the Facebook ...
0
votes
0answers
49 views
What's the recommended way to switch an old offline_access page token for a new extended page token
Since the offline_access migration, my app now has tons of users with page tokens that will expire in 60 days.
In lieu of being able to find a recommended method for migrating these tokens, I've been ...
0
votes
0answers
870 views
Facebook page category names
Is there a list of the category names used internally?
What I'm looking for is the names you need to supply to a typeahead field in the new facebook registration plugin. There is already a very ...
0
votes
1answer
574 views
FB.login error when using JavaScript SDK inside a Facebook Page tab
I am trying to use the JavaScript SDK inside a page tab app (for the purpose of sharing and what-not).
I'm calling FB.login after FB.init but I'm getting this error in the pop-up:
"An error ...
0
votes
1answer
597 views
Facebook comments in Page Tab iframe - links and moderation
I posted a question last night, and seeing as I have made some progress but run into new issues, I am asking again, hoping for some help :)
I have a Facebook page tab on my fan page. I get the ...
0
votes
0answers
293 views
Detect if user logged in as Page or User? Error thrown when signed in as Page
I'm using the Javascript SDK to get information about the user, which works perfectly when they are logged in as normal:
FB.getLoginStatus(function(response) {
//Do something
}
else {
...
0
votes
1answer
982 views
FB.Canvas.setAutoGrow() throwing JavaScript error in IE7 and IE8
not sure if anyone is able to answer this, but I run about 45 facebook pages and I'm having trouble with just one of them. When trying to use
FB.Canvas.setAutoGrow()
The page resizing works ...
-1
votes
1answer
164 views
Count and get details of a comment post
I'm an admin of a few facebook pages.
Every time I post a message as the admin (the page itself), I'd like to count the number of likes and comments on that post and, which user did so and save the ...
1
vote
1answer
546 views
Get Page Access Token from FQL?
I'm having difficulty finding a way to get a page access_token from FQL.
http://developers.facebook.com/tools/explorer?method=GET&path=me%2Faccounts
- This is the graph call with the page ...
3
votes
1answer
160 views
Sharing / Liking an object in a tabbed facebook page
I have a facebook application which will run as a Page Tab.
The page will include items such as videos etc..
I want to give the users the ability to like/share the videos. If the URL for the videos ...
6
votes
2answers
3k views
OAuthException “(#210) Subject must be a page.”
I Keep getting OAuthException (#210) Subject must be a page. error even if I am using the Page Access Token and not the App Access Token.
I am using the following:
Latest JavaScript SDK from ...
0
votes
1answer
565 views
Subscribe to edge.create in Page Tab
My Page Tab tells people to Like the page using the Like Button next to the title of the Page (directly above the iframe).
How do I subscribe to that event being clicked?
Javascript within the Page ...
0
votes
0answers
121 views
Can't use Javascript SDK correctly
first of all thanks for your help, I have been searching answers for somedays. For any reason my 'old' codes to check if user is page_fan is not working anymore... well, I'm trying to use the current ...
1
vote
0answers
558 views
How to capture facebook page's like event in app? [duplicate]
Possible Duplicate:
How to capture javascript events on Facebook page iframe tabs
I want to capture Like button click event for a facebook page in my facebook app.
e.g. ...
0
votes
1answer
1k views
Use Facebook Javascript SDK to get Manage Pages popup?
Most of the examples and tutorials I have found for the Facebook SDK are for publishing to user accounts.
As someone who has used the Facebook PHP SDK but not the Javascript SDK, I can't find an ...