Hey guys,
I have been looking for the ways to integrate facebook, twitter or email in my iphone App but I didn't find the way to do the dialog box which proposes these previous options...
Here is what I am looking to do
It seems like an alert view but it sure isn't ... anyone knows how to do that ? (I guess it is a predefined obje...
Hi,
I'm having trouble using FB.Facebook.apiClient.stream_get (as in, I don't know how it works), but I have not been able to find clear instructions on how to use it to get all the posts made on the Wall of my fan page. Can someone provide me with some instruction?
Thanks, much appreciated!
Tom Nchinda
...
I have been trying to get a bit more familiar with the Graph API for facebook. Its very convenient although the documentation is poor at some places.
Im having trouble uploading an image to an album. Anyone know how to do it ?
This is the code im currently working on :)
private function uploadNewPic(albumId:String):void
{
var...
I want to create an iFrame within a Tab on a facebook profile. Are there any tag restrictions inside of a Tab or on a Profile Page?
Example profile/tag setup: http://www.facebook.com/#!/AvonProductsInc?v=app_10442206389&ref=ts
...
My very simple Facebook app (http://apps.facebook.com/gophoto_fb/) is loading in a canvas, and the entire app is then hosted on my real site (gophoto.com). All of the links within it take you around the real site (gophoto.com).
For some strange reason (and only on IE8, not Chrome/Firefox), if you stay on that page, Facebook will be rel...
Hi,
Is there any change i can search for anything in the Open Stream in Facebook?
Let´s say that i want to look for "obama", this will return all of the obama mentions for a bunch of people in their streams, so far I haven't found anything like this, probably only looking in one user stream, but not the whole stuff.
So, i haven't foun...
Hi Friends,
Now currently i am working on a french social networking site. I have small problem in my site i.e., in my site there is module of albums , In this we can upload videos and photos. My client requirement is when we are displaying those photos and video's need to keep face book share.i wrote the code for both image and video b...
Hi ,
Actually am doing shopping cart application ,
after good are transfered we are asking the feedback about our service ,
So customer will give the feedback, this feedback form contain the about our service , the ans are in the rating also we given an comment form , in that they writing something about our servce ,
So we have idea...
Can anyone please tell how to add the following kind of poll in a facebook business page...
http://www.facebook.com/hm?v=app_60082431253
It shows in the wall as well as in its own tab.. I can vote from the wall, comment and Like.. excellent feature it is.. but no information about it anywhere :(
...
Hai.
I am using Face book Connect FQL Queries to extract my profile photo url that is src_big,src_small URL.
But i am always getting the empty array in below delegate
(void)request:(FBRequest*)request didLoad:(id)result
My FQL query is.
NSString* fql = [NSString stringWithFormat:@"SELECT src_big,src_small FROM photo WHERE pid IN...
Hai Guys,
I have 3 albums in my Face Book account.
1.profile
2.NaturePhoto
3.Profile Pictures
when i use below FQL Query the "request:didLoad:" delegate return the empty array.
NSString* fql =[NSString stringWithFormat:@"SELECT cover_pid,name FROM album WHERE owner == %lld", session.uid];
NSDictionary* params = [NSDictionary dicti...
How do I make an app that doesn't ask for permission when you load it?
Or is that impossible? The only thing the application does is post to the user's wall, but can't I authenticate for that after they load the application?
...
I have read a lot of stuff about the Open Graph Protocol and Social plugins.
But I'd like to know if there is a way to programmatically retreive the full list of facebook users who "likes" or "comments" my pages.
For example, imagine that i am the webmaster of http://canalstreet.canalplus.fr/musique/live/canal-street-l-emission-du-05-0...
I'm working on a plugin for a Wordpress blog that posts a link to every article published to a Facebook Page associated with the blog.
I'm using the Graph API and I have authenticated myself, for the time being, via OAuth.
I can successfully post a message to the page using curl via a POST request to https://graph.facebook.com/mypageid...
Hi I'm experiencing a super weird problem.
Whenever I post links to my website on Facebook, they come up as Forbidden.
The site itself works great and I have no seen this when linking on other sites.
Could this be a server misconfiguration? Any thoughts on where to look?
here's some Info:
I have a dedicated server running WHM 11.25.0
...
Has anyone implemented facebook "Like" on iPhone/iPad?
I've done general Facebook Connect implementation before, but it appears they're phasing that out in favour of OAuth and the Graph API?
We're trying to give users the ability to "Like" items of content in the app. Each item of content has a corresponding URL for its representation o...
Hi, can we upload images(photos) to facebook using the FacebookToolkit
There seems to be a method in the Api Master.Api.Photos.ExecuteApiImageUpload, but when i use a FileUpload in my page, the Request.Files is empty. I understand this is because facebook strips out files tags.
Any ideas or workarounds?
Thanks
...
hi every1. i have created a fb app that publishes my blog postings on my fb fan page. problem is when someone clicks the topic on the fan page it loads it on the same window instead of a blank new one. anyone knows how I can overcome this. i am using the old FB PHP REST client.
...
Hi,
I have used Fb:comments (XFBML) for wordpress. It seems that the comment can be deleted only by the user with account on facebook and the one who has made the comment. Is it possible to delete the bad comments that users made by the admin or anyone?
Hope for the help. Thanks in advance.
...
I installed the new Like plugin on my Wordpress blog. I also have the Open Graph Plugin for Wordpress installed.
It all works magically except that the HTML special characters are showing on my Facebook Wall when I click like.
I tried preventing the Open Graph plugin from encoding the content of the mega tag in the first place by editi...