Hi,
I was wondering if there were any approaches recommended to auto logging out a user from Facebook and Twitter after they click a 'like' or 'tweet this'. I'm running a site in kiosk mode and would like to log them out after performing the previous actions.
Thanks,
Steve
...
Is there a way to get all the posts of a page? facebook only returns recent posts as seen below.
https://graph.facebook.com/platform/feed
Thanks.
...
This is a one page site I'm using to understand FB. I'm trying to get FB Connect to work.
I've tried several tutorials, two different domains, and tweaked the app settings on FB. All I seem to be able to get is the above error message.
I've read several answers on this site but my FB app setting don't match the any of the answers.
Tha...
I'm trying to write an application that fetches a list of a user's friends on Facebook, then creates contacts from the info it finds on them. Is there any way to access the friend's address, phone number, etc, or is that intentionally hidden? When I post to the graph api, it returns the name, work history, school history, birthday, etc. ...
I'd like to allow user to "become a fan" of certain Facebook page in my iPhone app. How can I do that without leave my app, i.e.:
- user choose to "become a fan" of a predefined page
- Facebook login dialog shows up within app
- the app sends "become a fan" request via Facebook API
- the Facebook dialog closes and return to app
Some s...
I've implemented the facebook connect using Javascript SDK. The authentication works fine when the user I'm trying to authenticate is not logged into facebook. But when he's already logged into facebook the login popup never closes. The url of the popup starts with "http://static.ak.fbcdn.net/connect/xd_proxy.php#cb=....."
This happens ...
Hi,
I want to display the context of a .txt file in an html file.
I know this would be very easy with PHP or javascript, but, to put you in context, I am building a content administrator for a Facebook page (Not app).
Facebook FBML is static and doest allow php and VERY limited javascript.
The first question would be if this is even...
I am working on a new site and would like it to be able to add effects to photos uploaded. (Blur, Pan, Swirl, Sparkle, Border, Frames, etc ) I would like the photo manipulation to be in PHP if possible. I need the user to be able to upload the photo, make the edits, then save the edited photo to their computer.
This may be better as a...
I am working on my second Facebook App and seem to have run into a problem. On my first App, I used
$user_id = $facebook->require_login();
to get the ID of the user that was using my app. It worked great, and still does. However, on my second App, I used the same thing but keep getting the old 500 Internal Server Error. ( Using Opera...
I'm working upon Facebook application to post feed from device, I have shared option in my title bar of my application, sometimes the Facebook feed post appears in the screen have getting blank content without the title, and description, again when I click same feed to share the feed content is available now. What is the reason for getti...
I am writing a facebook application. The application is written in ASP.NET MVC. For the compatibility reason, I chose to use .NET 3.5 instead of .NET 4 (Because the application will be ported to Linux with MONO, which previous supports up to .NET 3.5). In the end of the applicaton, user will see a friend selector to send invitation. Plea...
I wrote a Facebook app and need to be able to save a Photo in the current user's photos. I am using PHP. Anyone have any ideas?
...
Ok, I just launched a site: http://www.haavekuva.fi/ yesterday and on that site I've implemented Facebook's social plugin "fb:like", so it's possible to like a photo.
Everything else works fine ("Like" gets published to my feed with correct title, link, etc.), but for some reason the og:image does not show up? When I hover over the the"...
On "Advanced" tab of my app settings I've seen "Preload FQL" option with description "Facebook will send the result of these FQL queries as JSON-encoded POST parameters to your Canvas URL". I set it:
{
"test": {
"pattern": ".*",
"query": "SELECT uid2 FROM friend WHERE uid1 = {*user*}"
}
}
but it doesn't post anything related into my a...
I wrote a Facebook app from PHP and HTML that work perfect in the Opera browser, but doesn't work in Internet Explorer or Google Chrome.
The page index of the app is at: http://apps.facebook.com/zbtmajik/
After you choose an image to upload and choose the 'Upload' button, it is supposed to redirect to http://majik.zbrowntechnology.inf...
I am doing a registration on my website via facebook.
When the user logs in via facebook the $user array returned is not exactly what i want.
I have gone through the user parameters that are accessible via facebook, i have tried implementing them also but it is not working.
This is a sample of what i have
require_once "Database_Conne...
Hi,
Recently I just finished a simple Facebook Air application, and some of my friends already using that for testing purpose.
The situation is like this:
There are 10 users that currently authorized my application and used it, from those 10 users, my FB account only related to 5 of them (the other 5 are not directly registered as my f...
Hello all.
I'm using FB.api("/[user_id]/feed") method to publish to a friend's wall.
I know I need the publish_stream permission for this, and it works just fine. Problem is it auto-posts the stream on the friend's wall, no FB dialog whatsoever. That means, by facebook terms of service, I have to design my own fb like window, and ask to...
I am trying to implement the Facebook Like Button but its not working. In short I can press the like button and it will say that I liked this. But nothing comes up on my profile and when I post a comment, nothing happens. It is also creating a javascript error: "Error unterminated string literal".
Here's the page I have it implemented o...
I want to render the on my website. I have already registered my website for Application ID and Application Secret, and have successfully implemented the single-signon using the Facebook PHP SDK and javascript SDK. Since it has been written the javascript library must be intialized for xfbml and fbml to work, hence I have already done t...