2
votes
0answers
12 views
Retrieve zip code of a facebook user by facebook graph API
I am trying to retrieve Zip code of a user using facebook graph API. I am using follow code for that. Code is in php.
$facebook = new Facebook(array(
'appId' => APP_ID,
...
0
votes
0answers
9 views
Facebook Session S4 vs. Nexus
I'm having trouble opening a Facebook Session on a Samsung Galaxy S4 (Running 4.2.2).
The same application works on a Nexus running 4.2.1 and also on the emulator running 4.2.2.
I followed the ...
0
votes
0answers
8 views
dynamic callback with omniauth
I use omniauth for Facebook Authentification in my app. All works great. Now I try to implement a callback to a dynamic page which is the ID of an article.
The URL follows the pattern ...
0
votes
0answers
6 views
How to identify verified Facebook Pages via the API?
Facebook recently introduced verified pages (see https://www.facebook.com/help/196050490547892). Here's an example https://www.facebook.com/SpiderManDVD
I'd like to create a directory of verified ...
0
votes
0answers
4 views
Marking facebook notificatios as read Graph API
Hi Everybody,
I am using
https://graph.facebook.com/USER_ID/notifications?include_read=1&access_token=ACCESS_TOKEN
to get notifications from facebook in my vb.net application but I ...
0
votes
0answers
6 views
Facebook open graph GraphMethodException error code 100
I'm trying to work my way through the Facebook tutorial publish and open graph story for iOS, https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph-story/
Step 3 is ...
0
votes
1answer
21 views
jQuery AJAX: Get Meta-Data from Cross Domain HTML-Page
How can I execute a ajax-call to a linked cross-domain HTML-page and get the content of a meta-tag of this linked page?
The goal is to get for example the URL of a OpenGraph-Image — as Facebook or ...
0
votes
0answers
4 views
dynamically create facebook share metatags [og:] in asp.net
I am trying to create meta tags in code behind for my website which has a blog section. so each blog will have their own title, image. hence created in code behind. just wanted to make sure if this is ...
0
votes
0answers
12 views
Facebook app URL not working recently
We have a web based iOS app, and in one section it connects to a page containing the next code:
<div class="facebook"><a href="#" onClick="facebook_link()"></a></div>
...
0
votes
1answer
12 views
How to set your facebook profile picture as PNG image
Is there any way to set your Facebook profile picture as PNG (moving image).I have tried so many times but the PNG image becomes static on Facebook.
Note:No use of any facebook application / any ...
0
votes
0answers
4 views
FQL to find the ids of users who have liked an FB object
I want to find an FQL to find the ids of users who have liked an FB page, group, place etc.
0
votes
0answers
4 views
API (or RSS) for interest list
could you give me some tips to get statuses from an interest list (e.g. https://www.facebook.com/lists/10150818872607629)?
I have tried with graph API, but id doesn't show anything...
Thanks a lot!
0
votes
0answers
3 views
facebook api Returns null for some email addresses (Yahoo / Hotmail)
We are developing a Facebook-App that retrieves the user's data via RestFB API. We are suffering an odd situation where the emails of (yahoo, hotmail)users are delivered by Facebook as null (via ...
2
votes
1answer
12 views
Facebook oauth for accounts with managed page not switching (using Facebook as your page)
I have an application that uses facebook oauth and it is working fine. However, I am having problems when an account with a managed page is currently logged and is using Facebook as the page itself ...
-10
votes
0answers
32 views
I Cant acces my account
my name is Yogendra Kumawat From "INDIA" user name "yogen1987". I using Facebook from 2008,
but now I cant recover my account, due to some old security options,
when i opening my account than their ...
0
votes
0answers
13 views
facebook js sdk method showing error if a user has logged out of facebook
Suppose I load facebook js sdk script in my website(django based) home page and then log out of facebook and then login with another username and then try to connect with facebook on my website ...
-2
votes
0answers
10 views
Facebook shows the unreal amount of likes for a page [closed]
Facebook shows the unreal amount of likes for a page. What could be the problem and how to fix it?
IFRAME:
...
0
votes
0answers
4 views
[iOS][FB Javascript SDK]: Post to wall via API and publish_stream getting “Specify Privacy Error”
I'm building a iOS/Android App with PhoneGap:Build and I use the PhoneGap plugin "Facebook Connect" to have access to the FB Javascript SDK.
I created a button in the app to post directly to the ...
-1
votes
0answers
7 views
Facebook automated oauth & posting w/out user interaction using PHP/Perl
Is there a way on Facebook to implement automated posting & authentication (oauth) without user interaction? I am planning to create a cron job using PHP/Perl with that kind of functionality. I ...
0
votes
0answers
2 views
When I recieve Payment Report, payment_detail part is always empty
I am using api below to recieve payment reports.
...
-2
votes
1answer
27 views
how to update status or add a post on facebook using php
I need a simple script in php to update status on facebook wall. I created a facebook application and have the app id and the secret key. But i am confused whether i need to create a page in order to ...
0
votes
0answers
5 views
Facebook feed dialog posts don't re-share (repost) correctly
I have facebook feed dialogues successfully setup up for my application using the Facebook UI method, but I'm getting some odd behavior when another user tries to use the "Share" link on Facebook. The ...
-1
votes
0answers
6 views
Android facebook integration to share videos
I am able to share app on facebook but I want to share video from my app to facebook without using ACTIO_SEND intent So how it is possible... please give me some solution for this. Thanks in advance
0
votes
0answers
6 views
Migrating to new facebook book actions - Object types
Facebook recently announced new actions for books (among other object types), and that custom actions will no longer be supported. My app LibriVox Audio Books currently uses custom actions for books, ...
-2
votes
0answers
10 views
Flagged for Tobacco for a non-Tobacco product
Help. I have a client with a non-tobacco product - it's an all mint chew product. But in the description they use non-tobacco alternative. I just got flagged for trying to promote a post and they've ...
2
votes
0answers
10 views
Why does FQL return different user IDs to Graph API
I want to see which users can see a particular album. I use the following query to get my albums and their privacy settings:
SELECT id,allow,deny,description,friends,value FROM privacy WHERE id IN
...
0
votes
0answers
9 views
Posting a custom story to the graph API using Facebook iOS SDK 3.5
In iOS Facebook SDK 3.5, there is supposedly a way to create a new story with the open graph API without needing a back-end server.
The documentation/tutorials on Facebook.com only show how it is ...
0
votes
1answer
21 views
Simple facebook Login
Here's my code. This code executes in the onClick(View view) of an ImageView. When I click it, it sends me to the facebook native app. Then I log in, BUT the session returns closed. What am I doing ...
0
votes
1answer
17 views
Prepopulate Facebook Popup with Wall Text
I want to create a facebook share button that when clicked opens a new window with the comment box prepopulated with text. I just want to share text, no link. Here is an image that illustrates what I ...
0
votes
1answer
15 views
Is there a way to embed facebook pictures on my website, which also allows likes, comments etc?
Is there a way to display facebook pics on my website, which allows a user to Like, Comment etc FROM my website? I want to display a photo gallery of my facebook page (which is public) but with the ...
0
votes
1answer
18 views
Posting an embedded YouTube link using the Facebook sdk
When you share a YouTube link on FB with intent it automatically embeds the YouTube player into your wall and it look like this
but... when I try to post the same video using FB sdk, ...
0
votes
0answers
12 views
Comment box is disabled
The comment section in my Facebook like box is no longer displaying comments. I have the Likebox at www.furiousgeorgeband.com. I have had the likebox there for over a year. It recently stopped ...
1
vote
1answer
19 views
Firefox and Chrome gives “too many redirects” error on the following Facebook Connect implementation
// GET "giris-yap/facebook"
public function action_facebook_index()
{
$facebook = IoC::resolve('facebook-sdk');
$user = $facebook->getUser();
if($user)
{
$profile = ...
0
votes
1answer
16 views
Hiding a Facebook ID from the page's source
I know the title might not be very explicit, but here's my problem:
All of the users on my website are connected via Facebook. And since their facebook picture is displayed on their profile, anybody ...
2
votes
1answer
9 views
Any Method to Get number of LIKES of a URL or PAGE of Facebook?
i am trying to show number of likes on my website of my page but i dont want that facebook widget. Please help me - Any API Request that i can use to pull number of likes.
Thanks in advance
-2
votes
0answers
9 views
how to connect a desktop application with a Facebook application
My project target is connection the real world to the virtual world its a parking system each car has an access card [rf/barcode/nfc] as when the registered car path its card to the hardware reader ...
0
votes
0answers
4 views
How to integrate the Facebook app (app detail page) on a Facebook page?
I know how to add the tab itself to our FB pages and I know how to get the URL "go the app" right under the cover image but what I don't get is why I cannot use the direct link to the appcenter as the ...
0
votes
0answers
10 views
CurlException failed creating formpost data
i'm trying make photo upload, but i'm not getting, well the goal was publish in my fan page wall, i cann't, so i decided to test in my wall "me/photo", same thing, this error appears!
CurlException ...
-1
votes
0answers
6 views
Perdida de informacion en notificacione Por caida de plataforma [closed]
El dia de ayer cuando sucedio aquel inconveniente con la plataforma de facebook en la que muchos perdimos informacion.
me gustaria saber si mientras esa caida sucedio y toda esa informacion ...
1
vote
1answer
10 views
Server Side Non-User Interaction Way of Extending Facebook Access Tokens
I have a web application where the user links our website to their Facebook account so that we can publish content to their walls and fan pages. We were previously using the offline_access parameter ...
0
votes
1answer
9 views
Facebook login from setRetainInstance fragment
Hopefully this post will serve as a helper for anyone who runs into a similar issue, but here is the problem I recently encountered:
Background
We roll our own facebook login fragment and have made ...
0
votes
0answers
4 views
Facebook Send Button Cutting Off on Facebook App
So, I've been having trouble with the Facebook Send button getting cut off on a facebook app. The issue started happening about a couple weeks back, so I think it might be an issue on Facebook's end. ...
0
votes
1answer
23 views
(#200) You do not have permission to create a scheduled post
I can post fine a message but when i try to schedule the post I get that error, googling I found a similar issue on SO but with no answer. The documentation is not clear if I need other permision for ...
0
votes
1answer
11 views
how to get a fresh access_token in facebook?
I am using the following script to automatically post to my PAGE while i'm offline every specific interval.
$attachment2 = array('message' => 'titlexxxxx',
'access_token' => ...
0
votes
1answer
13 views
How to post to users' facebook wall even if they are not on my app web page
I have an application that can post to user's wall when they visit my application page. But there are too much apps that are posting to users' wall even if users are not visiting their application ...
0
votes
0answers
5 views
Cover photo changes not showing up in stream table query
I am running the following query in FQL, which returns all the objects on my page's timeline, except the posts reflecting a change in cover photo.
SELECT ...
0
votes
0answers
3 views
me?feed in graph api not returning any posts
Original Question
Previously within "https://developers.facebook.com/tools/explorer/" I could retrieve a list of posts made in my Facebook page using:
me?feed
However, the above "me?feed" stopped ...
0
votes
0answers
7 views
How to fulfill the Payment with new API
I working on migration of "Local Currency Payments Breaking Change".
I already have the php code for dynamic prices so the pay dialog is shown.
Also i have subscribed the app to Real-time updates for ...
0
votes
1answer
16 views
Handling openURL: with Facebook and Google
user in my app can login using 2 services : Facebook or Google
everything works fine, however, in the :
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url ...
0
votes
1answer
6 views
Facebook access for a server app
I work on a project that has facebook as one of its data sources. It imports some data from it periodically with no GUI involved. Then we use the web app to show the data we already have.
Some of the ...



