facebook-page

Is it possible to LIKE a Facebook Page via the API?

半城伤御伤魂 提交于 2019-11-28 11:29:17
Is it possible to LIKE a Facebook Page via the Open Graph API? Maybe POST to "http://graph.facebook.com/#{FB_PAGE_ID}/likes ??? This is the only thing I could find in the API about creating a LIKE: /POST_ID/likes like the given post none LordT Actually, it's not possible. You can not like pages. Check this: 'Like' a page using Facebook Graph API . I had to use a website to do like a page. The error I always got was something about permission whitelist. It seems that this specific function is only available for specific apps. At the top of my head, I think you can get a edge create notification

Facebook: post image and description to wall and in page album via php

有些话、适合烂在心里 提交于 2019-11-28 08:50:45
I want users to post an image on a facebook page via a form on a website. When they have logged in via facebook on this website, they can select an image from their computer. Once they have selected the image, I want it to be posted to the users wall, and in an album of the page where I'm one of the administrators. I have created an app for this, but we can't seem to find a way to get the app to post on this facebook-page. Do we need to set any permissions on this page or app? To upload images to a facebook page of which you're an admin you need to do the following: 1.) Create a facebook

Search for pages via Graph API, response empty

天涯浪子 提交于 2019-11-28 02:11:30
When I send the request search?type=page&q=test&access_token=[access_token] to Graph API, the response is empty data. Is there a problem with the access token or is there something missing from the request URI? I also can't seem to find a comprehensive documentation of the search method, only that for places search. This is the response I'm getting: { "data": [ ] } Facebook made a lot of changes recently: https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#search-4-4 You can no longer use the /search endpoint with the following object types: event group page user 来源:

Hide facebook app from search

我是研究僧i 提交于 2019-11-28 01:59:51
I'm adding an iFrame page to our facebook fan page, it's got a newsletter signup form on it, however I am stuck on something. If our fan page is called blahblah, the signup page is called "BlahBlah Insider Info". When I search for Blahblah, the app appears before the fan page, which is not good! How can I make it so it doesn't appear in search and can only be accessed from our fan page? DSchultz NO it's not currently possible. In addition, our search takes into account previous app/page usage so depending on when you visited the app, it may appear in a different order to you, than it does to

Is it possible to show a Facebook app as a Page Tab on mobile devices?

笑着哭i 提交于 2019-11-27 18:47:46
For example, the following URL shows the app in a tab: https://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325 But when on a mobile device it redirects to the mobile site and does not show the tab or even have a link to it: https://m.facebook.com/just.to.get.a.rep?sk=app_203403406338325 I even have the application tab set as the Default Landing Tab for this page, but cannot get the pap to show for the page. Is there another format we need to develop for the App to support mobile? Ideally we would like to show the tab on iPhone app and other mobile viewing. There's not currently any

Adding a Tab to facebook page

∥☆過路亽.° 提交于 2019-11-27 17:03:26
I just created a facebook page. I also have a separate facebook APP. How can I add a tab containing my facebook APP to the facebook page? I've set the app to allow install on pages, and added a tab name, tab image, etc, but the app doesn't show as an application to be added on the Facebook page when people access my app Philip You can use this link, add your app_id and app_namespace , <a href="http://www.facebook.com/dialog/pagetab?app_id=YOURAPPID&next=URLOWNEDBYOURAPP">Tab Link</a> This used to be simple, using the Facebook UI. Unfortunately facebook removed this. you can add it using http:/

Facebook Like Widget on Fan page, Comment area out of visible area

丶灬走出姿态 提交于 2019-11-27 14:35:21
问题 When using the like or send widget on a Fan Page (no mater if you use iframe tag or fbml for it) the overlay for commenting is positioned always to the right. see http://twitpic.com/4q7ggi for example. I cant find a way to get the widget to respect the 520px boundary of the facebook tab. see http://www.facebook.com/pages/Ludwig-Test/127771653944246?sk=app_101150316644842 for an example. Anyone an idea how to solve this ? TIA Rufinus 回答1: Try adding this to your css: .fb_edge_comment_widget {

How to embed a Facebook page's feed into my website

六月ゝ 毕业季﹏ 提交于 2019-11-27 09:39:43
问题 I am working with a group to help promote a charity event. The page I would like to embed is NOT my Facebook profile, but a Facebook page someone has created. I would like to show that news feed in my webpage. If I need to get info/access from this page, please let me know. If someone else has a working example, please let me know. I have been using jsfiddle.net to draw it up. Here's the page: http://www.facebook.com/pages/Chefs-Classic-Knock-OUT-Bout/225835004169328 回答1: Ahhh, that's super

Facebook pages API: “Page Public Content Access” review screencast

拜拜、爱过 提交于 2019-11-27 05:07:20
问题 My website uses Facebook Page API to pull public content from a Facebook page, published by the page owner, to create a dynamic blog with a clear link to the Facebook page. You can see it here in action: https://kc-hrubeho.cz (ctrl+F "Facebook"). Yellow button "Načíst další" works as an AJAX pagination. Sorry for the Czech language, this website unfortunately does not have an English version. I'm using this URL to get JSON object of the page content: https://graph.facebook.com/<PAGE-ID>/feed

Facebook API support for User-Page private messages

此生再无相见时 提交于 2019-11-27 03:44:04
问题 As I understand, as per the new FB changes for brand pages (moving them to timeline structure), fans/members/likers are allowed to private message a "Page" or "Brand". I have tested this out and it seems to be working. We have an app that allows brands to use their page through the app and the app provides many additional services on top of the standard facebook interface for actions such as - read wall, post to wall, add a comment to the wall, post photo etc. With the new change coming in