facebook

fopen returns Resource id #4

<?php $handle = fopen("https://graph.facebook.com/search?q=mark&amp;type=user&amp;access_token=2227470867|2.mLWDqcUsekDYZ_FQQXYnHw__.3600.1279803600-100001317997096|YxS1eGhjx2rpNYLNE9wLrfb5hMc.", "r"); echo $handle; ?> Why does it echo Resource id #4 instead of the page itself? ...

In gigya wordpress plugin how i can use facebook like button.

I am using wordpress 3.0 and gigya plugin for connecting facebook.I want to add like button in my wordpress pages. So how i can add fb like button? ...

Facebook Like button sometimes appears sometimes not

Hi I have strange issue with like buttons on my site. When I enter a page it shows up correctly, than after refresh it doesn't appears and I have javascript error FB.provide is not a function [Break on this error] FB.provide('Array',{indexOf:function(a...|c.hasOwnProperty(d))a(c[d],d,c);}}); Initialization and asynchronous including...

Publish picture to Facebook from my iphone app.

Who can explain step by stem how to publish on the Facebook user account pictures and albums from my iPhone app? I know about FB iPhone sdk, but cannot understand the whole process. 1. Should I register application on the FB? 2. Can I publish my local pics, or must use links on the previously published pics on hosts like yfrog.com. 3.etc...

Harvest two pictures from open Facebook profiles

I want to grab 2 pictures from say - 200 FB profiles. The users can be random, but the photos should be profile pictures - not just from a random album. Has anyone written anything like this or got any tips for rolling my own in PHP or C# ? Thanks ...

Creating a Facebook HTML page

I want to create a static Facebook page, which should include some images and text. Are there any restrictions to what I can use? Ideally I'd simply thrown in my HTML markup, with images , styles and fonts hosted on another domain and be done with it. ...

How can I make news feeds appear from Facebook page owner using the Facebook API?

Hi There! Does anybody know how to make news feeds appear as from Facebook Page owner? IE. I have few page admins on FB, and I have Facebook Integration on my website (PHP), and when someone posting announcements on Facebook thru the website all that feeds are appearing as personal feeds. Thanks! ...

How to retrieve the facebook oauth 2.0 access_token

Hi, I am trying to get the access_token of the logged in facebook user. I get something like this.. url followed by the code i am retrieve the code.. it says in the guide to exchange it for access_token... https://graph.facebook.com/oauth/access_token? client_id=XXXXXXXXXXXXXX& redirect_uri=http://www.my-site.com/&amp; ...

Facebook ajax video upload, can't get response

I am trying to implement an ajax upload for videos to facebook. I don't want to upload the video to my sever, then upload to facebook. I have the video uploading working via an iframe that is the target of my form. However, I can not get the result of what comes back from facebook because the iframe document content is now coming from...

Authenticating as an Application

Where you type these things?: curl -F type=client_cred \ -F client_id=your_app_id \ -F client_secret=your_app_secret \ https://graph.facebook.com/oauth/access_token In other words, how I'll do it in PHP? Or manually? source ...

How do i track someone's IP number on facebook?

Hi folks ,a There is this random dudette or dude on facebook that added my frnd. He added random people too. He abuses and threats my frnd. My frnd told me so many times to show up to sort out the matter, but he never does. How do we can find out who this impersonator is? We want to track this person's IP adress. Taimur ...

Facebook access tokens do not work? or i need something else?

I can make a search query using these tokens here: http://developers.facebook.com/docs/api#search in the links: https://graph.facebook.com/search?q=mark&amp;type=user&amp;access_token=2227470867|2.3eR1b7yrD6oU8Odh0PEhZA__.3600.1279843200-100001317997096|yDCYeMeuUisyjC7x5k_nuU3DjT0. (<-this token expires within hours) However I canno...

asp.net iframe application inside fan page - facebook

Hi all, Does anyone know if it's possible to embed an iframe application inside a facebook fan page. I am writing in c# and .net 3.5 Any ideas? ...

change color schema of facebook fb:login-button

I am using facebook social plugin fb:login (new version) and here is my code. <fb:login-button show-faces="true" perms="email,user_birthday,status_update,publish_stream"></fb:login-button> I have a dark back ground in my page, so when user is logged on I can’t see user name as text is dark. So how do i set text color to be white? Tha...

how to get user id of a facebook user in a facebook iframe application?

I'm developing a Facebook iframe/Facebook Connect application with PHP client library. In my index page, I check if the user is logged in by using require_login(). $user_id = $facebook->require_login($required_permissions = 'user_location,publish_stream,email,read_stream,user_about_me,user_activities,user_birthday,user_events,user_grou...

Facebook Query Language - how do I get note tags?

I have poured over the FQL APIs, done google searches - but can't figure out how to get the list of people tagged in a note. It isn't on the 'note' table. And there is no note_tags table. Anyone else worked this out? ...

response.redirect of asp.net in facebook fan page

Hi all, I am developing a small facebook application. I am developing it in asp.net, my application type is fbml. I have some buttons on my form, I want to perform a response redirect. When I redirect the user, he's redirected outside of the fan page. How can I solve it? Thank you! ...

page redirection problem.

I am creating application in facebook using iframe. In that i want to redirect from one page to another. i m using following code: <fb:redirect url='http://....' /> but this is not working and instead of redirecting it stays on same page. so i used following code: header("Location: http://......."); this is working properly but pr...

Facebook Events — can you integrate?

Hello, Could someone please tell me if it is posssible to integrate with Facebook events? to do this: pass some parameters to create an event from an external site -- looks like the API does this send invites to Facebook friends to the new event created via the API. Thanks! ...

FB OAuth 2.0: User has authorized app, but now app wants to request additional perms

Hi, I've implemented a sign-up page where there's a FB login button that users can click to authorize my app and allow me to fetch user details from their FB account. I'm currently also request extra perms via this login button. E.g. <fb:login-button perms="email"></fb:login-button> My question is, if the user refuses to grant my app ...