I would like to know what existing PHP libraries/classes have you used for your REST+JSON projects.
If I need to create a wrapper for social engines API such as Facebook and/or Twitter API, what existing PHP REST JSON architecture do you recommend?
JSON CONSUMING DEVICE (not PHP based) <--> PHP REST SERVICE <--> SOCIAL API
...
I am just starting to learn how to create a facebook app. I am using the MS dotnet libraries.
Following this example and info: http://fbtutorial.qsh.eu/section1/fbml/step6.aspx
I added some code in the default.aspx to print out the user name - but I am not getting any user information back. I understand that some user information is...
I'm having trouble implementing this step:
Given "I am logged in as a Facebook user" do
end
The best suggestions I can find on the web (http://opensoul.org/2009/3/6/testing-facebook-with-cucumber) do not seem to be using Authlogic for authentication.
Can someone with the Cucumber/Authlogic_facebook_connect/Authlogic combo post thei...
Hiya.
I created a facebook app and i configured the following:
IFrame Size: Resizable
Canvas Width: 760px
(not using fbml)
it seems that no matter how i configure my html page, the iframe height is 800px. my application needs more then that, how can i configure the iframe of the facebook application to have a larger height ?
thanks!
...
Hello,
I am using iPhone Connect to link my application to Facebook. Is there anyway to let user join a Page/Group on Facebook, right from the Application?
Thanks in advance.
...
Is there a way to crawl all facebook fan pages and collect some information? like for example crawling facebook fan pages and save their names, or how many fans, etc?
Or at least, do you have a hint of how this could be possibly done?
...
I want php or asp.net code for fetching facebook's inbox messages and contacts into our application when the application is added into facebook
...
I am using FaceBook application inside iframe. But when I try to access it using url like
http://apps.facebook.com/myapp, it immediately redirects me to my lhttp://localhost:8080 application, which I intended to keep in frame.
I assume that my local application should stay in frame, while the general container would be FB site itself, ...
How can we integrate Facebook in android?
...
I want to do the following, but not sure if it is possible with the current API. The only thing I found in the AP is the ability to tell if a FB user is a fan. Here goes:
When a user clicks the become a fan button, it sends a custom message (email or facebook email) with url to redeem a code for a free song. The code is obtained from ...
I am developing a Facebook Card Game for my thesis and i am wondering which architecture fits best?
I am going to develop the game using Silverlight + ASP.NET.
On the one side the game should contain player vs. player card games.
On the other there will be also a lot of contant similar to Mafia Wars(or any other game like that) where...
I'm confused as to how revoking authorization works in the ASP.NET Toolkit. I've tried issuing the following:
ConnectSession connect =
new ConnectSession(FacebookHelper.ApiKey(), FacebookHelper.SecretKey());
Auth x = new Auth(fbSession);
x.RevokeAuthorization();
But I get an object reference error during the Revoke...
I've got an iframe application that's working fine and rendering fbml in facebook. But the whole app is built using ajax calls to load large chunks of pages. Several of these have < fb: tags that aren't being rendered when they load. I tried the code below, which is then loaded into a div in my index page, but it doesn't show anything at...
For Facebook's 16x16 pixel icon, the following url is used fairly a lot, but this isn't stated by Facebook that people can use this, is it?
http://static.ak.fbcdn.net/images/icons/favicon.gif
Is there any official list of icons from Facebook that people can use their own site for Facebook Connect?
...
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 requests, and in addition to having no idea how to set up the MIME multi-par...
I am using QuickContactBadge widget in my application.I want to post facebook status message using contactsContentProvider.
...
How I can create thumbnail from url.
For example:
Like Digg website, when I submit a link, Digg for me chose a Thumbnail from any images on that URL.
Or like Facebook, when I submit a link, I can chose a thumbnail for that link.
So, how i can do that with asp.net/C#. I just want create thumbnail (not Screen Shot of web page)
Thanks so...
Hi I need a little help:
How to get profile URL given an UID?
Thanks,
...
Hi,
I am working on the Facebook Connect feature for a Ruby on Rails website. I noticed that FB doesn't provide the user's email unless you demand extended permissions. I'm using the authlogic_rpx gem.
Does anyone know, if it's possible, and if how, to ask the user for granting access to his email address using the authlogic_rpx gem?
...
On Facebook, is it possible to use a redirect statement inside a "Static FBML" tab?
I've been trying to use but with no success.
...