Using Facebook's Graph API, given a username xyz (assuming they've authenticated my site), how do I get a list of all of the facebook pages that the user administers?
Hi
i like to preform simple facebook api call via http rest
but whiteout using facebook java/c++ pre made lib
plain http call
i already done the authorization part and i have the session id and all that .
i just like to see what i need to preform api call over http
thanks
In his blog posting titled "Why Each Facebook Fan Is Worth $2,000 to J. Crew," Joe Skorupa lays out a simplistic calculation for assigning a value to social media efforts within Facebook. While I don't believe the metric, at least its a metric that can be applied consistently. Trying to explain the ROI to management to start a program, then…
When you are creating an ad on Facebook, you are provided with a "suggested bid" range (e.g., $0.90 - $2.15 USD). According to this page:
The suggested bid range is there to help you pick a maximum bid so your ad will be successful. It’s based on how many other advertisers are competing to show their ad to the same audience as you are.
…
Hi,
I have a facebook connect installation on ilovefootball.com.au
When they log in, we previously didn't ask Users for permission to get their email address, but the owner of the site wished to ask for users email to contact them later.
If we didn't ask for their email address, is there a way to contact a Facebook connect user simply by…
The user clicks the URL that is generated via the code below.
$url = 'https://graph.facebook.com/oauth/authorize?' .
http_build_query(array('client_id' => FACEBOOK_APP_ID,
'redirect_uri' => 'http://fb.example.com/facebook',
'scope' =>…
To begin I know about
http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/
The only problem is that it completely replaces the Form Login with Facebook Connect.
I have the native form login in place,
I also have Facebook Connect in place, Upon gathering user…
I am experiencing a weird issue in Google Chrome for Mac OS X (10.6).
I am using the JS Facebook Connect library and FB.Connect.streamPublish to share a story on a users profile. If the user is already logged in to Facebook prior to coming to the share page on my site, there's no problem - the…
I am implementing a Like button from Facebook per this document: http://developers.facebook.com/docs/reference/plugins/like
I am using the XFBML version so that users can add comments when they click on the Like button. I have imported the Facebook JavaScript SDK an am using a valid App ID.…
Hi
I am getting this error from my Facebook Application profile page
Errors while loading page from application
The URL is not valid.
Please try again later. We appreciate your patience as the developers of SocialAnalysis and Facebook resolve this issue. Thanks!
The application…
This is a really simple question, but I can't seem to find the answer. I am just getting started with Facebook Connect. I would like to use it only for user authentication, so there is no need for my users to create another account.
I used a very basic example from…
I'm trying to add a Facebook "Like Box" to an existing website, as described here
The Page I'm promoting works just fine in preview-box on that page.
But when I copy/paste the code as shown to my website, it instead shows a fraction of an empty facebook page with…
Hi Guys,
I am working on an iPhone application which is to be converted to iPad application.
The iPhone app has a facebook and twitter API integrated and when I use the same into the iPad app then the Dialog for facebook API opens same as the size as in iPhone.
…
I am trying to display a list of pages similar to the facebook search results. Along with the page's name, I would like to display the page type. The page's type property (from the Pages.getInfo API call returns the rather unfriendly looking strings from this list:…
It's much harder than you'd think:
http://wiki.developers.facebook.com/index.php/Photos.upload
The tricky part is how to create the MIME multi-part message in Rails, which Facebook requires. I'm also using a Ruby Facebook API gem (mini_fb) which signs my other…
I'm trying to logout of facebook from my app using the following code below, but i'm still logged in (and my alert does not execute)
any ideas?
FB_RequireFeatures(
["Api"],
function(){
FB.Facebook.init(api_key, channel_path);
var api =…
Facebook gurus,
I have been implementing the FacebookLike button for a number of clients lately. To enable the Like Button, the following script has to be run:
<div id="fb-root"></div>
<script>
window.fbAsyncInit =…
When somebody shares a Spotify playlist, the attachment is missing from the Graph API.
What is shown in Facebook:
What is returned by the Graph API:
{
"id": "********_******",
"from": {
"name": "*****",
"id": "*****"
},…
I am trying to integrate facebook connect with my cakephp application. i am not sure how facebook conenct works. can some one guide me over this. or provide me links to some tutorial.
is there particular fields that you should have to get…
I have a facebook iframe application.
I wish to use the publisher box (http://wiki.developers.facebook.com/index.php/Publisher), that text box in the top of the screen where users can post and also click icons of added facebook apps.
Is…
My question is very similar this but I guess I need to take it one step further.
Facebook says "The data is passed to your application as a signed request. The signed_request parameter is a simple way to make sure that the data you're…
I have downloaded both samples for the Facebook Developer Kit from Codeplex and Facebook.NET followed both tutorials down to the word - But as soon as I browse to me app on Facebook I am getting the following error for BOTH versions?
…
Does anyone know of how to capture from Facebook analytics around the use of the "like" button--i.e., if I've got thousands of pages with the Like button on them, how to query Facebook to see how many likes each of them has received?…
I am trying to put Facebook connect button on the site and once connected display connected username. But for some reason following code goes into some infinite loop during first connection, and then works fine unless I delete this…