Facebook Platform lets developers integrate their apps directly into the Facebook social networking service.
0
votes
0answers
5 views
FB Like button on webpage shows different count than the like count on FB page.
We have a FB Page for our site that has a decent count of 'Likes'.
Now, we added the Like button to our website which shows the number of Likes. The problem is that the number in the Like button on ...
0
votes
0answers
6 views
PHP - SDK - Facebook - Fan Page get the following data
have a question.
PHP SDK - facebook
How can I get the following data
FanPage Name -
FanPage ID -
FanPage Token access -
of fanpages that I manage?
I tried using
`
// Get the current access token
...
0
votes
0answers
5 views
Issues encapsulating FacebookSDK AppDelegate calls into an static library
I am developing a library for different purposes and I am having an issue with the FacebookSDK that I am not able to understand. I have encapsulated all the Facebook SSO Login process within my ...
0
votes
0answers
3 views
iOS app is not shown in the “Allow these apps to Use your Account” list using FB SDK v3.5
I am using FB ios SDK v3.5 for my app. For log in part, I don't use FBLoginView to log in, instead, I use a UIButton and invoke [FBSession openActiveSessionWithReadPermission] in the handler of that ...
0
votes
2answers
13 views
Android share intent vs actual Facebook integration
I am going to integrate "facebook sharing" into an app. Basically a timeline post with a link and an image and text.
What is the difference between an elaborate Facebook 3.0 integration vs using the ...
0
votes
0answers
5 views
Facebook PHP SDK Graph API posting links/feed not showing “via AppName”
I'm using the Facebook Graph API to post a link to a Page. The post comes up successfully but the link I see on some posts underneath where it says via AppName doesn't appear. Is there something I ...
0
votes
0answers
11 views
How to get the access token automatically in facebook
I'm trying to make some sort of dashboard of my facebook in R. Some basic stuff. I would like to automate the script so that it can periodically update itself. I use knitr and task manager to produce ...
0
votes
0answers
5 views
FB OpenGraph og:image only showing 3 out of 6 images as thumbnail options
I have 6 og:image tags in the header.php file of my Wordpress site but Facebook is only pulling 3 of the images when clicking a Like or Share button on my site. This was working fine a few weeks ago, ...
0
votes
0answers
14 views
Score won't post to Facebook
I'm going through the Facebook game tutorial and am on part 5 - Publish Open Graph Story. This part focuses on posting scores to the users score feed. The problem I'm having is that it executes the ...
-2
votes
0answers
9 views
My avg likes are way down since the end of March
Ever since the end of March we cant seem to get many new fan likes. We have continued the same style of posting(still getting a ton of shares) that was bringing in over 100 new page likes per day and ...
0
votes
0answers
12 views
Get facebook and twitter status updates
I am writing an android program for my university that collects public news posted on the university's twitter and facebook pages.
My problem is that i have no idea on how to get those status update ...
0
votes
0answers
9 views
Post Photos as Fan Page not as User (Post as User Working 100%)
I´m trying to post Photos on my Fan Page using Facebook API but the Posts appears as my User and not as Fan Page it self.
I know i should use the Page Access Token instead of the App User Access ...
-1
votes
0answers
3 views
How do I access the app dashboard?
Whenever I click on the link to the App Dashboard to create a new app, I'm just redirected to my Facebook account's admin panel. Does anybody know a solution?
-1
votes
1answer
14 views
PHP or Javascript Capability - Forcefully log out of facebook with 1 click if possible
I would like to if possible have an iframe open for facebook on my site, and create a button that would forcefully log out the current account that i am on regardless of timeline style and element ...
-5
votes
0answers
18 views
Auto expand older posts on Facebook
I've seen a lot of outdated scripts that does this (such as: https://gist.github.com/tlevine/1260847),
Does anyone have any working piece of JS to automatically expand all older posts on a facebook ...