0
votes
0answers
6 views

Android - Facebook API : post image

I'm building an app that allows Facebook users to create new events. I noticed that I can't create an event and add an image to it in a unique Graph API call. So I make another call to post the image: ...
0
votes
1answer
18 views

Facebook iPhone web app Authentication not working

i have made a web app for the iPhone that connects to facebook using oAuth. When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
0
votes
0answers
7 views

No documentation about AppSecret Proof for Server API calls ?

If I enable the option giving in "Advanced Settings" is gives me "BAD Request or error code 400" If I enable this option, what is the required value of AppSecret_Proof parameter?
0
votes
0answers
7 views

High Resolution Group Icon

Prior you could fetch a high resolution group icon using the following method: https://graph.facebook.com/[group_id]/picture?width=80&height=80&access_token=[access_token] Now this returns ...
0
votes
0answers
19 views

No Reload After Facebook Login on IE

I am using the Facebook PHP SDK and Facebook JS SDK to manage authentication in a web app. The flow should go like this: Click FB login button -> launch OAuth dialog -> enter account details into ...
0
votes
1answer
10 views

Embed html5 viewer in facebook timeline

I would like to be abble to embed directly in the timelin our html5 viewer for tuto. We need that our followers can use the viewer without installing any apps , directly in our timeline or in their ...
0
votes
1answer
14 views

Auto post with facebook

I'm using facebook login (with facebook api) for one of my web application . After user logged with their FB account I'm assigning secret unique code for the user in my application side . So now I ...
0
votes
0answers
10 views

Facebook Referral URL decode

Sometimes I get burst of visitors from Facebook, which I am curious to know where exactly on Facebook if the page is public, of course! Is there a way to decode and track back Facebook referral URL ...
0
votes
1answer
8 views

Facebook Graph API- bypass privacy warning modal?

Built an application that uploads videos to a users timeline. The first time they use the app and log in to their facebook account they are presented with a 2nd facebook Privacy modal. ...
0
votes
0answers
14 views

Facebook connection with asp.net

I'm using FacebookClient API, I store the access_token in a session. Everything works just fine. How do I check if the access_token is related to the actual facebook user? if I log out in Facebook ...
0
votes
1answer
21 views

PHP - Facebook Opengraph - querying without a user logged in

I'm using the PHP SDK of Facebook to retrieve all sorts of information. If you don't know, facebook keeps a temporary link for every video hosted on it and that link becomes inactive after a few days. ...
0
votes
0answers
11 views

HTTP referrer over Facebok Canvas Sandboxed application

I'm developing a django Facebook application, and while developing the canvas application, I noticed I had a problem with HTTP Refer(r)er header. When my application is on "sandbox mode", I'm not ...
0
votes
2answers
53 views

Learning python and threading. I think my code runs infinitely. Help me find bugs?

So I've started learning python now, and I absolutely am in love with it. I'm building a small scale facebook data scraper. Basically, it will use the Graph API and scrape the first names of the ...
0
votes
1answer
14 views

different callbacks on FB like

I have two FB like buttons on a page, one in the footer and one where the content is. They like different urls. The one in the footer likes the website, and the one on the content likes the content ...
0
votes
0answers
6 views

Add lat/lng to photos posted on page

When a user posts a photo to our page's timeline or in a specific gallery I would like to add a latitude / longitude. I know there is a field for location associated with each photo, how could I ...
0
votes
0answers
4 views

How can I get a notification when someone tags themself or someone else in a photo that is in an album on my FB page?

How can I get a notification when someone tags themselves or someone else in a photo that is in an album on my FB page? I have a FB page set up. I can look at the notifications and see when people ...
0
votes
0answers
7 views

Control how open graph story appears on timeline

I chose the way that a story would appear on Facebook in the Open Graph menu of the developers area. This was the format that I chose: https://dl.dropboxusercontent.com/u/15853805/facebook/stories.png ...
0
votes
1answer
29 views

How to link facebook account in Django

I'm using django-allauth to authentication in my project. I have 3 ways to login/register: standart way (by email - which has to be unique), facebook and openId (google, yahoo) Now if user is ...
0
votes
0answers
16 views

Robotium : Testing the app integration with third party apps

I want to know, if there's any way to test multiple apps in android? I'm aware btw that you cannot launch / test another app from the app under test with Robotium. Basically, I'd like to automate ...
-1
votes
0answers
19 views

Facebook SDK 3.0 scrumpotious sample

Please, can anyone help me? I am a beginner and trying to learn Facebook SDK and its concept, I am trying to figure out what went wrong with my code. I am following this ...
0
votes
0answers
9 views

Facebook Graph API logout doesn't work

Using the Facebook Actionscript Graph API to upload videos to a user's facebook page http://code.google.com/p/facebook-actionscript-api/ When first logging in after a user has entered their name and ...
0
votes
0answers
10 views

Error while fetching user profile from facebook api

I am integrating Facebook with my application. However, i succeed to log-in user but when i try to fetch user profile data; it shows following error. {"error": {"message":"(#10) Application does not ...
-1
votes
1answer
10 views

How can I transfer ownership of live apps to another FB user?

I would like to transfer the ownership of some of my FB apps to another FB user, how can I do this?
1
vote
0answers
10 views

cant get email with Net::Facebook::Oauth2

my $fb = Net::Facebook::Oauth2->new( application_id => 'your_application_id', application_secret => 'your_application_secret', callback => ...
0
votes
1answer
10 views

How can i POST a reply on a comment in Facebook via Graph API?

I use page/user token: request: https://graph.facebook.com/OBJECT_ID/comments?access_token=ACCESS_TOKEN OBJECT_ID = FACEBOOK_COMMENT_ID result: { "error": { "message": "(#10) ", "type": ...
0
votes
1answer
7 views

App Notifications API

I want to use this API in my iPhone App so that App will post a notification to the user: https://developers.facebook.com/docs/concepts/notifications/ I implemented it in my App: Was able to get the ...
0
votes
0answers
14 views

Graph Api Search for Arabic Keywords

I am developing an application that searches for all Facebook posts containing a given Arabic keyword using the graph API. The problem is that the returned results are all wrong. For example, I wrote ...
0
votes
1answer
20 views

Filter Facebook profile pictures retrieved using Facepile

I've implemented Facepile in my website and it works perfectly. It just displays the profile pictures of users who have liked my page. Now, I want to display the profile pictures of users from a ...
0
votes
1answer
20 views

Facebook API get email address

I have to make a website to login with Facebook. Makes sense to be able to send them an email, but I can't get the email address from Facebook. I followed exactly the instructions from ...
2
votes
0answers
14 views

like/sharing on a website with third party widgets

I have a martial arts club website which uses embedded picasa albums for hosting photos of events. I want to use the social plugins to give users the ability to like/share pages with these albums on ...
0
votes
2answers
37 views

How hide UIView element when Table View scroll (Like in Facebook app)

How I can achieve this effect? [EDIT] element with |Status Zdjecia Zamelduj siÄ™| on top is hiding when Table View is scrolling
0
votes
0answers
14 views

Request fields in Python Facebook SDK

This is the way I am currently fetching the /me object: self.facebook_user = facebook.GraphAPI(access_token).get_object('me') But if I want, for example, to request only the name and id fields from ...
0
votes
1answer
12 views

Is it still possible to create an RSS feed from a Facebook group?

How do I create an RSS feed of a Facebook group? I see there's sites you can pay, but how do I go about doing it myself? Do they actually scrape the content, or does Facebook actually provide some way ...
-2
votes
0answers
16 views

Facebook Share Feed Dialog only working for Admins

After creating a Facebook App, leaving it in Sandbox and attempting to setup a Share button using the Feed Dialog, it seems only FB accounts I've added as Admins are able to use the Share button - all ...
-1
votes
0answers
19 views

How to check facebook account setup info on Windows phone

My app allow facebook login for some action, i just need automatic login if facebook account is already setup on phone. so i need to know - How can i check if facebook account is setup on windows ...
-1
votes
1answer
24 views

How to post message in linkedin , facebook , twitter in android? [closed]

I have a requirement i.e. when the user click on share button it will opens the LinkedIn,Facebook,twitter . when click on any one of these it's post a message on wall. I used socialAuth example but it ...
0
votes
1answer
22 views

Facebook API unknown exception with api call after login

after successful facebook login we get an exception: Fatal error: Uncaught GraphMethodException: API calls from the server require an appsecret_proof argument thrown in .../.../lib/base_facebook.php ...
0
votes
0answers
16 views

Log-in by fb in parse.com

i'm trying to implement the log-in by facebook in parse.com but happens this error: GET file://connect.facebook.net/en_US/all.js at line: .fjs.parentNode.insertBefore(js, fjs); Facebook request me a ...
-2
votes
1answer
21 views

Unable to send app invitation to facebook friends [closed]

When i send invitation to friends, friends receive that invitation but nothing has opened. When user get invitation and click the url is made which is given below - ...
0
votes
0answers
20 views

Facebook API Authentication on Desktop application without the official SDK

I want my C# desktop application to share content via Facebook. I cannot use the official .NET SDK, since that's not supported on .NET 2.0. Specifically, I want to know how to do the login process. I ...
0
votes
0answers
13 views

Is there possible to add space break in facebook post

As the topic, is there any option to add space brake in facebook post, such as:   (this is not working) or something else?
0
votes
0answers
20 views

Posting to Facebook wall

This has been asked several times, but after reading many different posts I still have not a basic version running for posting to a wall. I want to post to a wall of a FB user with python. The PHP ...
-1
votes
0answers
14 views

script Facebook PHP SDK stopping or CGI error on upload

I'm developing a script that by Facebook API takes data that then I'm going to save on my DB. The fact is that: a) if the data are many, the script stops with no apparent reason and without any ...
0
votes
1answer
16 views

“uniqueIdentifier” is banned by Apple to use

I want to upload my iphone app but problem is Facebook ios SDK using "uniqueIdentifier" because of this issue I am to able to upload my app on app store.Any possible solution ? Apple has banned ...
0
votes
1answer
17 views

How to test if a Facebook user has installed my android application with sdk 3

I am developing an android application that will have Facebook integration. Users of my application will be able to invite their friends to install my application. How do I tell which of my users ...
0
votes
1answer
16 views

How long is the picture url from FB Open Graph User Object valid?

I have a Facebook application, I have included the Facebook Javascript SDK and it works quite good. I am asking the user for basic permissions, I want my application to query after the picture object ...
0
votes
0answers
3 views

Mobile Safari FB.login Oauth Redirect Error

I have a mobile web application that integrates with the Facebook Graph API. Basically, it uses the JS SDK to obtain details about the viewing user that it can then use to render user specific ...
0
votes
0answers
7 views

FQL Query in another FQL Query issue

I recently started rebulding my application to integrate the new Facebook SDK 3.0.1 to comply with the breaking changes scheduled for July, 13. All was working perfect till then. I am attempting to ...
0
votes
0answers
14 views

Facebook Key Hash on Android

I'm developing for Phonegap, I originally created an Hash Key to test my app using Facebook Features, my app works just fine on my work computer. I now want to also have a development environment on ...
0
votes
0answers
9 views

How much data does the Singly API curate or exclude?

So I'm playing around with the Singly API and checking out how effective it is with integrating several different services' APIs and providing the developer with a single API to work with. I noticed ...

15 30 50 per page
1 2 3 4 5 1086