0
votes
0answers
16 views

Post to Facebook Page as a Person with iOS 6 Facebook SDK

Is it possible to post to another user's page through the iOS Facebook SDK 3.5? I have read the docs and it is very clear that you can post to the page as the owner and post to your own wall. ...
0
votes
0answers
7 views

SLRequest to Pull FB Friends

Good day, Is there a way to implement lazy loading when pulling FB friends via SLRequest? I did the code this way but the pull is so agonizingly slow. Please help: MBProgressHUD *hud = ...
1
vote
3answers
25 views

(PHP) Posting a Photo to my Facebook Wall (working) But posts to the User Feed

Ok, this all works fine... EXCEPT, the photo posts to the User Feed, instead of posting as the page admin... (it posts from my personal Facebook account, instead of as the page) Searched all over for ...
0
votes
0answers
13 views

Facebook api uploading image that doesn't exist to the user album

I will try to explain this problem. I am developing a facebook app that create an image and upload to users album. I am using imagecreatefromjpeg twice to merge 2 small images in a big one. The code ...
0
votes
0answers
79 views

access data from facebook using proxy server

I have to develop a facebook application which has to fetch data from facebook via a proxy server. The proxy server is a middle server which channels facebook with the facebook application. It is the ...
0
votes
1answer
35 views

Fix Rails oauth facebook x-frame-options sameorigin error

I can't for the life of me get my Facebook canvas app to display. Chrome console displays this error and nothing shows up inside the iframe - it's blank: Refused to display 'http://mysite.dev/' in ...
1
vote
0answers
13 views

Translating an app's open graph object

I'm trying to translate some open graph objects I just got accepted, the object phrases got custom edit. But when I tried to edit them they show the default phrases, not the custom phrases. I ...
1
vote
1answer
140 views

Facebook wall post error: OAuthException :: (#1500) The url you supplied is invalid

I have a web-based news app that runs on Heroku. When users post a comment to a news story on my app, my app forwards the comment to the user's facebook wall using fb_graph. Everything worked ...
0
votes
0answers
29 views

Facebook JavaScript application was working, now suddenly “Given URL is not permitted by the application configuration”

I have a bit of a strange problem... I created an application that has users log in with Facebook, so I set things up in facebook developers. In particular, I set my domain under AppDomains and ...
0
votes
1answer
34 views

Magento - Getting Facebook like button on every product of list page

I've put a Facebook Like button with every product on my list pages in Magento. Here's a screenshot: I'm having 2 problems: When the Like button is clicked, and the popup appears, the image that ...
0
votes
0answers
21 views

Any way to upload cover picture on facebook event

I use the facebook-php-sdk to create an event. But i want to know is there any way to upload any cover picture of the events through facebook-php-sdk? If yes how? Please help me.
0
votes
1answer
15 views

Invite a friend to app using Facebook Graph API

I'm trying to invite a friend to use my Facebook app, using the "apprequest" method, as described in this link: https://developers.facebook.com/docs/reference/dialogs/requests/. However, only friends ...
0
votes
0answers
6 views

Publish Installs with Facebook iOS SDK -> valid attribution ID or advertiser ID not found

I'm trying to use the Facebook iOS SDK (version 3.5) to publish installs for our mobile app so that we can track installs when we implement ads to drive installs. I'm running the following block of ...
0
votes
0answers
30 views

facebook SDK library disabeling

I've added the FacebookSDK project to my workspace, but when I try to add it as a library to my project it keeps getting disabled. When I add it (by "Properties -> Android -> Library") it gets a green ...
-1
votes
1answer
18 views

application does not post the user

we have a faceboook apps https://apps.facebook.com/starhoroskopy/ It is the application of horoscope, numerology, tarot cards. User applications can subscribe horoscope, numerology, tarot cards ...
1
vote
0answers
37 views

Requests go to App Center -> Requests instead of to Notifications

I would like to post a Request which will show up in facebook.com's Notifications section and in the iOS native app's Notifications section (the world icon). Instead, my Request shows up in the ...
0
votes
0answers
5 views

Use FQL to set a website's most recommended links (similar to the Activity Feed Social Plugin)

The Facebook Activity Feed Social Plugin is a feed of most recommended ('liked') objects for a website. How can I do the same thing using FQL? Essentially, given a website, obtain the most ...
1
vote
0answers
22 views

Facebook JS connect unsupported browser

I am trying to do a JavaScript login from my iPhone 4 running Chrome for iOS version 26.0.1410.53 but I'm getting an error as seen below. Here's the live URL to replicate on iPhone - ...
-1
votes
0answers
7 views

Where is the events tab on IOS for a fan page

Lately with all the update im not sure i like all the things facebook is updating. Most thing i hate that on fanpages, ie for businesses, restaurant etc. the events tab is gone, the photo tab seems ...
-2
votes
0answers
7 views

Dediacting something to friends on facebook

I have a music website. And, I want that users listening the sounds have ability to dedicate that sound to any of their friends on facebook. Firstly, I thinks to go with Open Graph's Tagging ability, ...
0
votes
0answers
10 views

FBSession requestNewPublishPermissions how to handle “Skip” user action

I found interesting issue. When i'm requesting new publish permissions, fb sdk shows dialog with the "Skip" button. I'm handling it like this [[[appDelegate facebook] session] ...
0
votes
0answers
21 views

Get all public facebook events in a given area?

Is there a way to get all public facebook events in a given area, regardless of wether you are linked to them in any way? I have seen a few posts on how to get events you are invited to but not to get ...
0
votes
1answer
15 views

PHP Facebook SDK persistent logged user

I am having a situation here. You can check my installation at: http://rs.eboxtools.com The problem is that when I logged once I can't make a true logout. Even when I logout from Facebook I can still ...
0
votes
0answers
5 views

Decline in distribution impressions after change in links

We recently made a change on the way our referrals from Facebook work. Where before we took users to a canonical URL (domain.com/12345) we are now taking referrals to pages that have a different ...
1
vote
1answer
33 views

how to post on facebook by using facebook api

i am looking for an easy method to post on facebook by using face book api i follow all tutorial on https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ but at the end ...
-3
votes
0answers
11 views

Only very few people can see my facebook updates !! [closed]

I have about 16,000+ followers (Real) and 4,900+ friends (Real) but the amount of people who sees my updates are getting lower nowadays .. About 2 months ago , when ever i post a picture of mine , i ...
0
votes
2answers
22 views

how to get Facebook page using FQL, given a company's website?

I have a list companies and their websites (for example: http://www.target.com). I'd like to programatically determine their pages on Facebook (http://www.facebook.com/target). How can I use FQL to ...
0
votes
1answer
47 views

My Eclipse IDE keeps crashing -

when i try exporting some of my projects i get this from the ADT Problem Report, some of it: im trying to make a facebook app, how do you combine projects Without the ads crashing. i need more ...
1
vote
0answers
21 views

Facebook social plugin on android

I would like to integrate Facebook's comment social plugin ( https://developers.facebook.com/docs/reference/plugins/comments/ to comment on url) into my android application. I tried to use webview ...
0
votes
0answers
13 views

Before_filter for Omniauth facebook?

Like The Devise Gem => before_filter :authenticate_user! how can I do the same for Omniauth_facebook gem? I tried: before_filter :authenticate def authenticate redirect_to :login unless ...
-1
votes
0answers
23 views

For Facebook brand pages, what is the difference if someone Likes or Follows your page? [closed]

From a technical (what will users see) point of view, what is the difference between Like and Follow for a brand page? Do Likes see your posts? Do Follows? Are they treated differently by Facebook? ...
0
votes
0answers
6 views

Fb_Graph, Is it possible to update privacy settings of a post / album that is already posted?

I know this has been asked before, but it's been 2 years. What I need to do is update a photo album via Fb_graph sto that it is visible to some extra users. When I tried to POST a new album with the ...
-1
votes
1answer
17 views

Any good ways to aggregate FB and Twitter of multiple accounts? [closed]

Looking to pull in a few different feeds to 1 central place (1+ FB users, 1+ twitter accounts), compile them all in a date-sorted list and then display on a webpage. All accounts belong to the users ...
0
votes
0answers
9 views

My facebook page will not let me create an app

I have a page for my pizzeria. I want to put the menu in the favorites. Seems like it has to be an app. OK, I register at developers.facebook.com, and read some docs. I go to create the app from ...
-1
votes
0answers
18 views

FBRequestConnection execute block method

I have a FBRequestConnection, and i would like to execute the completionHandler block method content now and not after. I have a NSLog("Name IN") in the block method, and a NSLog("Name OUT") out the ...
0
votes
1answer
17 views

why is omniauth initializing twice?

I am attempting to add facebook authentication to my site. So far I've added: Gemfile gem 'omniauth-facebook', '1.4.0' config/initializers/omniauth.rb Rails.application.config.middleware.use ...
0
votes
0answers
22 views

“Task's exception(s) were not observed” Error when using the Facebook C# SDK

Using the Facebook C# SDK (http://facebooksdk.net/) and a WinForm application in vb.net I have Post Async requests like this: fbClient.BatchTaskAsync(New FacebookBatchParameter(method)) In the ...
0
votes
0answers
17 views

Facebook Debugger says “og:image should be larger” even with 1500x1500px image

In my site the image used in the OpenGraph meta tag is 1500x1500px but the Facebook Debugger give the warning "og:image should be larger - Provided og:image is not big enough. Please use an image ...
0
votes
0answers
23 views

facebook Stream Post URL Security Migration

can someone explain me about this migration? https://developers.facebook.com/roadmap/secure_stream_urls_migration/ all links in stream posts must go to the app's Canvas or Website URL. app's ...
0
votes
0answers
21 views

How to share image and text to facebook app

I am trying to share an image and text. When I'm doing this: Intent share = new Intent(Intent.ACTION_SEND); share.setType("image/*"); ByteArrayOutputStream bytes = new ...
0
votes
0answers
10 views

Developing/implementing an open graph app

For implementing OpenGraph I read this tuturial (http://developers.facebook.com/docs/opengraph/getting-started/) and followed the instructions to create the example app. It worked, as indeed an ...
0
votes
0answers
20 views

I use facebook latest sdk 3.0.1 for login to my android app I got error as remote_app_id does not match stored id

In my android app I include facebook login.If my device had facebook app it shows error as com.facebook.http.protocol.ApiException: remote_app_id does not match stored id.If i remove facebook app from ...
-1
votes
1answer
10 views

Sending Batch Friends Request

We are a Automobile Company Trying to Make an Closed Community of our Customers on Facebook. There are about 900000 customers on out database. We have built an Application to Search for each customer ...
0
votes
1answer
32 views

Facebook Javascript SDK: Publish actions with custom Open Graph objects

I'm working on my Cordova application to get it more viral. Therefore I want to include Facebook and the Open Graph API to publish in the news stream of playing users, when they archive new things in ...
0
votes
0answers
30 views

How to post comment using iOS sdk

I need to comment graph object using iOS Facebook SDK and I can't do this. Comments are working using social plugin, but I don't want to use UIWebView. How can I make it works? -(void)postAction { ...
0
votes
1answer
20 views

How to share a video from website to facebook?

I need to share video on facebook. I referred to its documentation and found the following sample, but it helps to upload the video from computer to facebook, how can I amend it in a way to share the ...
0
votes
0answers
12 views

graph api - getting my friend's posts on my wall

I was playing around with graph api for Facebook and I was wondering how I can filter posts on my wall for a specific friend/id. I tried using me/feed?filter but I couldn't get the desired results. ...
0
votes
0answers
16 views

Why am I getting null pointer in the getGraphObject when trying to post a image to facebook from android?

I am trying to post a photo from an url to the facebook. So, I have a method that converts the image located in the provided url to a bitmap, after that I want to publish the image to the facebook ...
0
votes
0answers
10 views

How can I make my timeline with Graph API?

I've studied Facebook API for several hours, and googled lots of pages. But I can not find the way get posts list just like my timeline on Facebook app. I would like to make a Web app that show my ...
-1
votes
0answers
6 views

Is advertising allowed on on Facebook page tabs? I'm having trouble understanding the terms and conditions [closed]

Are advertisements allowed in tabs for Facebook pages created by an application? I'm having trouble understanding the terms and conditions. They seems to imply that apps can have an advisement (with ...

15 30 50 per page
1 5 6 7 8 9 1082