i\'m using this code to invite friends to my facebook application <?php $app_id = \"12165444444444444\";
I am creating an app in Facebook that will work with my fan page. When fans click on the tab, they will see a page where they can enter in some information. I want to personalize that page by 开发者
I am trying to set properties of post. And I am posting news feed using 开发者_如何学Ccurl. I am setting properties like this but it is not working.
How would I be able to find out how many notifications I have through the facebook开发者_Go百科 php api?For example, how many unread messages + global notifications + unanswered friend requests.summar
I made a Facebook Application that people use to share links from my webpage to their walls, and now I need to get back a list of the posts made through it during a pediod of time (e.g. from Sep. 4th
we are working on a mobile app that accesses facebook user data. We want to get the users activities, interests and favorite books, music, etc. We are fetching these information via the Graph API bu
my facebook app consists of some php pages it the first page appears in the canvas url i can get the user data from the signed_request parameter like this:
How can 开发者_Python百科I retrieve all my wall feed posts with paging ? this code$user_profile2 = $facebook->api(\'/me/feed\'); does not retrieve all posts, how can I display posts since specific
First of all, my question is: How can i show all Members Profile Picture of my group, on a page ? What i know and what i have done:
I have a Facebook application and I need to know everytime a 开发者_StackOverflow社区user stops using it (closed the browser, logged out from facebook, moved to another page, etc)