Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.

learn more… | top users | synonyms (2) | zend framework jobs

0
votes
2answers
89 views

facebook login bug using fb php sdk

My problem is the following. I have a website http://de.gamercharts.com/ You can connect with facebook(if you don't have an account,an account will be created). After this ,if you logout from the ...
0
votes
0answers
32 views

Open Graph URL - What To Use for Canonical

I use a Zend Framework route to make "pretty URLs" for products in the online store. Here's the route in application.ini: resources.router.routes.product.route = "sp/:id/:title/*" ...
0
votes
0answers
198 views

Integrating Facebook login to Zend Framework Application

I want to integrate a Facebook login in my Application with Zend Framework. I use a Auth controller from fordnox on GitHub: Zend_Auth_Adapter_Facebook It works, I get my "Code" (Access Token) --> I ...
1
vote
1answer
147 views

Zend Framework: Allowing Meta Properties for the HTML5 Doctype (Facebook Open Graph)

I am using the HTML5 doctype in my Zend Framework application. If I use XHTML1_RDFA as my doctype, the headMeta view helper allows me to use the appendProperty() function. I know that meta properties ...
1
vote
1answer
115 views

Keeping track of sessions with facebook login?

So each time a user logs in, I want to make a session for the user. I'm also using the Facebook API to login. I am totally new to PHP and everything, by the way, so pologies if I'm scrambled! ...
0
votes
1answer
87 views

Display facebook friend list within a controller not working with outdated API usage? [closed]

I'm new to Facebook API and I'm currently trying to get the user friend list in a variable. This is the code, I have within my controller: $accept = $this->isAcceptApp($this->app_secret); ...
0
votes
1answer
339 views

facebook->getUser() method returning 0

I am having login using facebook functionality in my site. The issue is after getting successful authentication the $facebook->getUser() method returning 0, due to this it's not preceding towards ...
0
votes
1answer
96 views

Accesstoken facebook not active?

I am using facebook to authenticate and lend them certain rights. Iam using the Zend Framework and have this code in my bootstrap class within the function initFacebook(){ $db = ...
3
votes
1answer
407 views

Uploading facebook event picture throws error

I am trying to create event with picture, but when i upload picture to facebook it throws me an error (#324) Missing or invalid image file this is the function to upload picture. public function ...
0
votes
1answer
51 views

error 191 facebook api only in some domains

I'm trying to make login with the jsdk facebook. I tried with a simple application in my localhost called (URL: localhost/facebook/main.php), with that worked writing the same address in facebook. ...
0
votes
0answers
84 views

Zend Facebook connect logout of app and facebook

I have been through every answer on stackoverflow and google and cant log my users out of facebook. I can log the user out from my app but it doesnt log them out of facebook. I am using the below ...
0
votes
1answer
941 views

How to make a custom thumbnail for Facebook Sharer, PHP with Zend

How can I use my custom image as thumbnail for facebook sharer? cause I want to share other image for it. Also I would like to add some functions in it like whenever the user was sharing, the ...
-1
votes
1answer
141 views

PHP, Zend Framework, Facebook Thumbnail how to

I created a facebook sharer for my web app which is written in PHP with zend framework. The thumbnails that I want to put into the facebook share option is not appearing. here are my codes: ...
0
votes
2answers
319 views

PHP, Zend, Facebook Share (Change the content)

How can I change the content of my facebook share option? my web app is written on PHP with Zend Framework. I want to change the content of the facebook share option instead of the description that ...
0
votes
1answer
151 views

zend facebook auth overwriting local login storage

I have an app with a local login system. What I am trying to do is allow the user to connect their facebook account to their account. I am using Zend Auth for my main local login and a facebook auth ...
1
vote
0answers
170 views

zend framework compitable xmpp facebook chat library or sdk

i want to integrate facebook chat to my php zend framework 1.11 project i m new to XMPP/Jabber so is there any facebook chat xmpp library compitable with zend framework?
1
vote
2answers
407 views

Facebook like counter displaying site likes not article level likes

I've added the Facebook like counter along with the other standard social media sharing options. They all work as expected, the individual articles count likes for just that article and the home page ...
0
votes
1answer
149 views

SocialDNA plugin not working in socialEngine

I'm using SocialEngine4. SocialDNA plugin is not working in my application. It shows following Error. When i click on facebook Icon it shows the following javascript error openidconnect_fbe is not ...
0
votes
1answer
1k views

Zend Framework - adding meta tags with property not working

I am trying to use the facebook share button for which I want to dynamically set the title, description and image using the meta tags <meta property="og:title" content="title" /> <meta ...
-7
votes
1answer
778 views

Sign Up using Facebook in Zend Framework [closed]

This is my manual code for registration process in facebook. In this code I am getting the data from facebook API and render the data to the registration page. What I want to know is, if this the ...
0
votes
1answer
361 views

Facebook JS SDK share count not increasing

I did my research and found no blog posts about this problem. Basically I'm creating a Facebook share button for my Zend app using the feed dialog method. My html in view.phtml <div ...
0
votes
1answer
953 views

facebook login using zend_auth_adapter in Zend Framework

Can anyone tell me how to implement facebook App login in Zend framework. I done it in Zend Framework using normal PHP but it contain lots of problem and hard code. My code contain Zend_Auth_Adapter ...
3
votes
1answer
470 views

How to locally debug Faceook PHP Apps?

I'm using Zend debugger and PDT for PHP development and have run into an issue debugging Facebook PHP. I'm using the example.php in the SDK to test. The application runs fine from Facebook but I'm ...
-2
votes
1answer
235 views

How to login to a Facebook account and retrieve as much as possible more information of that user

After login, how can I get more information of that profile to store in my database for future cross-check and validations? I) This is how my site logs in to Facebook user account: require_once ...
2
votes
2answers
676 views

reconciling Facebook PHP SDK with zend framework

so I'm using the Facebook PHP SDK for authenticating my user.... and I'm trying to logout my user using the destroySession() method in base_facebook.php These are some relevant excerpts in the PHP ...
0
votes
2answers
595 views

Avoid Facebook API session_start

I'm getting "session has already been started by session.auto-start or session_start()" error in my Zend Framework Application when I try to instantiate Zend_Session_Namespace. I assume it's facebook ...
1
vote
1answer
564 views

signed_request is going away inside Facebook App

I just want to ask a question about Facebook "signed_request" thing. I'm using Zend Framework for my app. The thing is; when user first authorizes my app OR enters the app from ...
0
votes
4answers
678 views

How to deploy a Zend Framework app on Heroku?

Basically for a Facebook tab I have a PHP app and want Heroku to use the 'public' folder as the web server's root folder instead of pointing to the very root of the app. Any help would be awesome as ...
0
votes
1answer
574 views

Permission denied error in all.js

I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. ...
0
votes
1answer
421 views

Zend Framework Facebook-like wall plugin

Do you know any plugin for adding a Facebook-like wall to my Zend Framework application?
0
votes
2answers
515 views

Facebook API: Get user permission for email and avoid CANCEL loop

I am developing a facebook application. I am serving a webpage which is going to be an iFrame within a facebook fan page. The problem is that, I can't manage to handle with the case when the user ...
2
votes
1answer
81 views

detect whether in facebook environment or not

I am developing a Facebook page and a website which is going to serve its contents to the Facebook page. I am using Zend Framework. In order to use only one controller both for the website and the ...
2
votes
1answer
637 views

Best way for using Facebook PHP SDK in PHP website for authentication Specially in Zend

I am working on a website that will work with Facebook. I saw several ways that people can connect to Facebook. I somehow got confused. As I understood, I can use Facebook for authentication in these ...
4
votes
2answers
294 views

Facebook application not run properly in IE

I am new in facebook application. I have a problem with this application when it run on IE. After login it redirect to search action (zend-framework), And then when i click button to redirect another ...
0
votes
0answers
807 views

Facebook login script not prompting facebook login window

Im having problems trying to implement a Facebook login script into my Zend website. What I basically do here is create My_Action_Helper_FBInitializer (extending ...
0
votes
1answer
566 views

facebook connect and twitter connect in Zend Framework

Is there any library class exists written in Zend, for following two: 1. Facebook 2. Twitter It doesn't have to be single class, two different classes for two services will work.
0
votes
0answers
847 views

Zend Framework + Facebook Oauth

So I've done a ton of research and have tried just about everything I have found so far, but I am not getting any decent results or any clear answers, and honestly, the facebook php sdk is total ...
0
votes
1answer
245 views

Managing multiple login schema for site - need advice

I want to set up my site to allow people to sign in using a facebook account. But in the near future I would also want to allow a provision to allow people to sign up using twitter, linkedin, even ...
1
vote
2answers
209 views

Digg.com style oauth

I've been trying to figure out exactly how digg.com and other similar sites deal with authentication via oauth. Creating an account via oauth is pretty straight forward, the user clicks the ...
6
votes
2answers
3k views

Zend framework user authentication integration with Twitter and Facebook

Is there any script based on ZF, which supports normal user signup/login system, along with user authentication throuh Twitter and Facebook.
1
vote
1answer
161 views

Is it possible to fecth all images in a profile from facebook?

I am trying to write a facebook application in Zend Framework, where I want to fetch all the images saved in a profile. Is it possible? Please help me...... Thanks in advance.....
4
votes
1answer
3k views

Zend framework: Meta property integration

I'm trying to add some meta (in the following format) to the head of my pages according to the page content: <meta property="og:title" content="some content" /> Using the ...
3
votes
2answers
820 views

Facebook API Authentication

if I want to authenticate a user through facebook is it necessary to get an 'offline_access' permission for my application. It should be possible for the user to link his application profile to his ...
1
vote
3answers
1k views

More settings for the facebook php API

Maybe I searched completely in the wrong way, and the facebook documentation pretty much sucks in my opinion. I was wondering, I'm connecting to facebook with the settings below and that works (I'm ...
2
votes
1answer
208 views

Facebook Application Design Question

Iam coding a dating application for facebook. The application has to have a standalone web application part and a Iframe based part which runs inside facebook canvas. I want to know good ways to ...
0
votes
1answer
345 views

Zend framework compatiable twitter, facebook ,myspace API

Can any one give me Link for API's to post messages over twitter, facebook ,myspace social media using zend framework?
0
votes
2answers
800 views

Zend framework facebook redirect URL to canvas application URL

I am currently developing a facebook canvas (iframe) based application. Is there any way to get Zend framework to output URLs like this: http://app.facebook.com/appName/controller/action intead of ...
2
votes
2answers
322 views

How to get the best performance from facebook canvas authentication

Facebook document that you need to do the following for canvas login Include facebook library Instantiate class with App Id and secret Check that the user has a valid session If they do check also ...
2
votes
1answer
3k views

Integrating Facebook Connect Login/Registration with Zend Framework Application

I have a social networking website built upon the zend framework. My application also has extensively used htaccess's urlrewriting feature. The thing is that I want to incorporate facebook connect so ...
0
votes
1answer
84 views

Why do I receive different HTTP response codes when accessing Facebook XML feeds from different servers?

I'm using the Zend Framework, specifically the Zend_Feed class, to grab the Facebook XML feed at http://www.facebook.com/feeds/page.php?format=rss20&id=120635284755 and merge it with a similar ...

1 2